Skip to content

Commit 107d355

Browse files
committed
tweaks
1 parent d3ec782 commit 107d355

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/src/pages/LoginPage/LoginPageView.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Interpolation, Theme } from "@emotion/react";
2+
import LaunchIcon from "@mui/icons-material/LaunchOutlined";
23
import Link from "@mui/material/Link";
34
import type { FC } from "react";
45
import { useLocation } from "react-router-dom";
@@ -76,13 +77,14 @@ export const LoginPageView: FC<LoginPageViewProps> = ({
7677
<div css={{ paddingTop: 12, fontSize: 12 }}>
7778
By continuing, you agree to the{" "}
7879
<Link
80+
css={{ fontWeight: 500 }}
7981
href={authMethods.terms_of_service_link}
8082
target="_blank"
8183
rel="noreferrer"
8284
>
83-
Terms of Service
85+
Terms of Service&nbsp;
86+
<LaunchIcon css={{ fontSize: 12 }} />
8487
</Link>
85-
.
8688
</div>
8789
)}
8890
</footer>

0 commit comments

Comments
 (0)