Skip to content

Commit

Permalink
style(ErrorPage.tsx): format ErrorPage.tsx component
Browse files Browse the repository at this point in the history
This commit formats the ErrorPage.tsx component to improve
readability. No functional changes were made.
  • Loading branch information
ktun95 committed Feb 24, 2025
1 parent 4c388bb commit 6a380ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/publication/src/components/errors/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ const ErrorPage = () => {
display="flex"
flexDirection="column"
justifyContent="center"
textAlign="center"
>
textAlign="center">
<Box className={classes.container}>
<img
src="https://storage.dictybase.dev/editor/assets/2024-11-04/0627257c-9ce3-4f02-b000-9e16ef5b1062"
Expand All @@ -60,8 +59,7 @@ const ErrorPage = () => {
href="/"
size="medium"
variant="contained"
color="primary"
>
color="primary">
Back to DSC Homepage
</Button>
</Box>
Expand Down

0 comments on commit 6a380ca

Please sign in to comment.