Skip to content

Commit

Permalink
reduce error text
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSGould committed May 15, 2024
1 parent ebe83f3 commit 6071a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ErrorPage() {
<div className='-mt-16'>
<h1 className='font-bold text-4xl text-center my-4'>Oops!</h1>
<p>Sorry, we ran into an error.</p>
<p className='mt-4 bg-slate-900 px-6 py-4 rounded-md'>
<p className='mt-4 bg-slate-900 px-6 py-4 rounded-md text-sm'>
<i>
Error:&nbsp;
<span className='text-red-400'>
Expand Down

0 comments on commit 6071a65

Please sign in to comment.