Skip to content

Commit

Permalink
remove disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 13, 2024
1 parent 259b674 commit 61a412e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Nova/NovaList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const NovaList = () => {
>
<AutContainer>
<ErrorDialog handleClose={() => null} open={null} message={null} />
<Box
{/* <Box
sx={{
display: "flex",
justifyContent: isMobile ? "center" : "flex-end",
Expand All @@ -175,14 +175,14 @@ export const NovaList = () => {
wisely - or wait till June '24.
</Typography>
</Box>
</Box>
</Box> */}
<Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: isMobile ? "center" : "flex-start",
gap: "25px",
mt: "24px",
mt: "48px",
flexDirection: isMobile ? "column" : "row"
}}
>
Expand Down

0 comments on commit 61a412e

Please sign in to comment.