Skip to content

Commit 7905f2b

Browse files
committed
fix: 404 and soon pages colors
1 parent 4f4c7c7 commit 7905f2b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/404.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const Error404 = () => {
1212
<Helmet>
1313
<title>Donat - Page not found</title>
1414
</Helmet>
15-
<Box sx={{height: '100vh', display: "flex", flexDirection: "column", justifyContent: "center", alignItems: "center", textAlign: "center", backgroundColor: theme.BoldTextColor, color: theme.BackgroundColor}}>
16-
<Box component="img" sx={{width: 200}} alt="White Logo Donat" src="/images/logo_white.png" />
15+
<Box sx={{height: '100vh', display: "flex", flexDirection: "column", justifyContent: "center", alignItems: "center", textAlign: "center", backgroundColor: theme.BackgroundColor, color: theme.BoldTextColor}}>
16+
<Box component="img" sx={{width: 200}} alt="White Logo Donat" src="/images/logo.png" />
1717
<Typography sx={{fontSize: 50, fontWeight: "bold"}}>PAGE NOT FOUND</Typography>
1818
<Typography sx={{fontWeight: "bold"}}>Oops! A pirate passing by stole all its contents!</Typography>
1919
</Box>

src/pages/Soon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const SoonPage = () => {
1212
<Helmet>
1313
<title>Donat - Soon</title>
1414
</Helmet>
15-
<Box sx={{height: '100vh', display: "flex", flexDirection: "column", justifyContent: "center", alignItems: "center", textAlign: "center", backgroundColor: theme.BoldTextColor, color: theme.BackgroundColor}}>
16-
<Box component="img" sx={{width: 200}} alt="White Logo Donat" src="/images/logo_white.png" />
15+
<Box sx={{height: '100vh', display: "flex", flexDirection: "column", justifyContent: "center", alignItems: "center", textAlign: "center", backgroundColor: theme.BackgroundColor, color: theme.BoldTextColor}}>
16+
<Box component="img" sx={{width: 200}} alt="White Logo Donat" src="/images/logo.png" />
1717
<Typography sx={{fontSize: 50, fontWeight: "bold"}}>Coming Soon... Pirate...</Typography>
1818
</Box>
1919
</>

0 commit comments

Comments
 (0)