Skip to content

Commit 642d86c

Browse files
committed
style(form): update terms and conditions style
1 parent 29140b3 commit 642d86c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

components/Bridge/Steps/ConnectValidate/AgreeToTermsCheckbox.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
import { Box, Checkbox, FormControlLabel, Typography } from "@mui/material";
1+
import {
2+
Box,
3+
Checkbox,
4+
FormControlLabel,
5+
Typography,
6+
Link as MUILink,
7+
} from "@mui/material";
28
import Link from "next/link";
39
import { useFormContext } from "react-hook-form";
410

@@ -16,14 +22,14 @@ export const ConnectValidateAgreeToTermsCheckbox = () => {
1622
label={
1723
<Typography variant="body1">
1824
I agree to the{" "}
19-
<Typography
25+
<MUILink
2026
component={Link}
2127
color="primary"
2228
target="_blank"
2329
href="/Syscoin Terms and Conditions.pdf"
2430
>
2531
terms and conditions.
26-
</Typography>
32+
</MUILink>
2733
</Typography>
2834
}
2935
/>

0 commit comments

Comments
 (0)