Skip to content

Commit

Permalink
fix: remove home button
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGabreuw committed Aug 2, 2024
1 parent 5353594 commit a7eee32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions finances-web/src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export default function Error({ error, reset }: ErrorProps) {
</Lead>

<Button onClick={reset}>
<Link href="/" prefetch={false}>
Voltar para o início
</Link>
Tentar novamente
</Button>
</div>
);
Expand Down

0 comments on commit a7eee32

Please sign in to comment.