We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ec782 commit 107d355Copy full SHA for 107d355
site/src/pages/LoginPage/LoginPageView.tsx
@@ -1,4 +1,5 @@
1
import type { Interpolation, Theme } from "@emotion/react";
2
+import LaunchIcon from "@mui/icons-material/LaunchOutlined";
3
import Link from "@mui/material/Link";
4
import type { FC } from "react";
5
import { useLocation } from "react-router-dom";
@@ -76,13 +77,14 @@ export const LoginPageView: FC<LoginPageViewProps> = ({
76
77
<div css={{ paddingTop: 12, fontSize: 12 }}>
78
By continuing, you agree to the{" "}
79
<Link
80
+ css={{ fontWeight: 500 }}
81
href={authMethods.terms_of_service_link}
82
target="_blank"
83
rel="noreferrer"
84
>
- Terms of Service
85
+ Terms of Service
86
+ <LaunchIcon css={{ fontSize: 12 }} />
87
</Link>
- .
88
</div>
89
)}
90
</footer>
0 commit comments