Skip to content

Commit

Permalink
IDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDragonCh committed Jun 23, 2024
1 parent f7d5467 commit 881b4c6
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mui/material-nextjs": "^5.15.11",
"@mui/system": "^5.15.20",
"animate.css": "^4.1.1",
"next": "14.1.0",
"next": "14.2.4",
"next-plausible": "^3.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
125 changes: 67 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions src/app/global-error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ export default function GlobalError({
{error.message}
</Link>
</h2>
<p className='animate__animated animate__fadeIn animate__delay-2s'>
Please reload and try again. If this continues, please contact me.
</p>
<button onClick={() => reset()} className='animate__animated animate__fadeIn animate__delay-2s'>
Click here to try again. If this continues, please contact me.
</button>
<p>{error.digest}</p>
</Box>
</Box>
</main>
Expand Down

0 comments on commit 881b4c6

Please sign in to comment.