Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb02aec

Browse files
committed
Update copy
1 parentd403eed commitfb02aec

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

‎site/src/pages/DeploySettingsPage/NotificationsPage/NotificationsPage.tsx

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Tooltip from "@mui/material/Tooltip";
1010
import{Fragment,typeFC}from"react";
1111
import{Helmet}from"react-helmet-async";
1212
import{useMutation,useQueries,useQueryClient}from"react-query";
13-
import{Link,useSearchParams}from"react-router-dom";
13+
import{useSearchParams}from"react-router-dom";
1414
import{
1515
notificationDispatchMethods,
1616
selectTemplatesByGroup,
@@ -115,25 +115,7 @@ export const NotificationsPage: FC = () => {
115115
</Helmet>
116116
<Section
117117
title="Notifications"
118-
description={
119-
<>
120-
Control delivery methods for notifications on this deployment.
121-
Notifications may be disabled in your{" "}
122-
<Link
123-
to="/settings/notifications"
124-
css={(theme)=>({
125-
color:theme.roles.active.fill.outline,
126-
textDecoration:"none",
127-
"&: hover":{
128-
textDecoration:"underline",
129-
},
130-
})}
131-
>
132-
profile settings
133-
</Link>
134-
.
135-
</>
136-
}
118+
description="Control delivery methods for notifications on this deployment."
137119
layout="fluid"
138120
>
139121
<Tabsactive={tab}>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp