Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 1145766

Browse files
authored
Update index.tsx
1 parent afd457e commit 1145766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/routes/Login/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import { GetInTouchCard } from "./GetInTouchCard";
55
// import { useContext } from "react";
66
// import { AuthContext } from "../../components/context/auth";
77
// import { AuthenticatedCard } from "./AuthenticatedCard";
8-
// import { SkyBox } from "../../components/SkyBox";
9-
import { Pride } from "../../components/Pride";
8+
import { SkyBox } from "../../components/SkyBox";
9+
// import { Pride } from "../../components/Pride";
1010

1111
export const LoginView = (): React.ReactElement => {
1212
// const { user } = useContext(AuthContext);
1313
return (
14-
<Pride>
14+
<SkyBox>
1515
<Grid2
1616
container
1717
sx={{ paddingTop: { xs: "50px", sm: "120px" }, margin: 0 }}
@@ -60,6 +60,6 @@ export const LoginView = (): React.ReactElement => {
6060
</Stack>
6161
</Grid2>
6262
</Grid2>
63-
</Pride>
63+
</SkyBox>
6464
);
6565
};

0 commit comments

Comments
 (0)