File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
site/src/pages/DeploySettingsPage/NotificationsPage Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Tooltip from "@mui/material/Tooltip";
10
10
import { Fragment , type FC } from "react" ;
11
11
import { Helmet } from "react-helmet-async" ;
12
12
import { useMutation , useQueries , useQueryClient } from "react-query" ;
13
- import { Link , useSearchParams } from "react-router-dom" ;
13
+ import { useSearchParams } from "react-router-dom" ;
14
14
import {
15
15
notificationDispatchMethods ,
16
16
selectTemplatesByGroup ,
@@ -115,25 +115,7 @@ export const NotificationsPage: FC = () => {
115
115
</ Helmet >
116
116
< Section
117
117
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."
137
119
layout = "fluid"
138
120
>
139
121
< Tabs active = { tab } >
You can’t perform that action at this time.
0 commit comments