Escaped apostrophe

This commit is contained in:
Alex Holliday
2024-08-20 10:47:27 -07:00
parent 1f14247b2e
commit 7a8ea60e65
+3 -1
View File
@@ -427,7 +427,9 @@ const Login = () => {
)}
</Stack>
<Box textAlign="center" p={theme.gap.large}>
<Typography display="inline-block">Don't have an account? </Typography>
<Typography display="inline-block">
Don&apos;t have an account?
</Typography>
<Typography
component="span"
ml={theme.gap.xs}