Skip to content

Commit

Permalink
removed text
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 19, 2024
1 parent feb4b52 commit a34cbd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import * as React from 'react';

import TextButton from '@/components/buttons/TextButton';

export default function Error({
error,
Expand All @@ -24,9 +23,7 @@ export default function Error({
<h1 className='mt-8 text-4xl md:text-6xl'>
Oops, something went wrong!
</h1>
<TextButton variant='basic' onClick={reset} className='mt-4'>
Try again
</TextButton>

</div>
</section>
</main>
Expand Down

0 comments on commit a34cbd1

Please sign in to comment.