Skip to content

Commit

Permalink
tidy: remove throw error button
Browse files Browse the repository at this point in the history
  • Loading branch information
mplewis committed Nov 20, 2024
1 parent d303e83 commit cc74708
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions web/src/layouts/BaseLayout/BaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ const BaseLayout = ({ children }: BaseLayoutProps) => {
<>
<div className="is-max-desktop container px-4 pb-4">
<Navbar />
<div>
<button
onClick={() => {
throw new Error('Test error, please ignore')
}}
className="button is-danger"
>
Throw error
</button>
</div>
<Announcement msg={currentAnnouncement} />
{children}
<Footer />
Expand Down

0 comments on commit cc74708

Please sign in to comment.