Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb02aec

Browse files
committed
Update copy
1 parent d403eed commit fb02aec

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, type FC } 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
<Tabs active={tab}>

0 commit comments

Comments
 (0)