Skip to content

Commit

Permalink
formatted file
Browse files Browse the repository at this point in the history
  • Loading branch information
25Pi25 committed Feb 20, 2025
1 parent 852aed0 commit 7ce3afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErrorPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box, Typography, Link } from '@mui/material';

export default function ErrorPage() {
return <Box textAlign='center' alignItems='center' sx={{background: "rgba(255,255,255,0.8)"}}>
return <Box textAlign='center' alignItems='center' sx={{ background: "rgba(255,255,255,0.8)" }}>
<h1>Uh Oh!</h1>
<Typography>
Looks like the server ran into an error. This typically happens when our sprite server is down, and we'll try to get it back up as soon as possible.
Expand Down

0 comments on commit 7ce3afc

Please sign in to comment.