Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat/avoid-display-content-during-redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdilouraoui committed Nov 14, 2023
1 parent e4b4ac5 commit b07d598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const useStyles = makeStyles((theme: Theme) => ({
display: "flex",
flexDirection: "column",
minHeight: "100vh",
opacity: 0,
},
}));

Expand Down

0 comments on commit b07d598

Please sign in to comment.