Skip to content

Commit

Permalink
refactor: remove news modal
Browse files Browse the repository at this point in the history
  • Loading branch information
albingroen committed Aug 16, 2024
1 parent 2ae6c14 commit eebd90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function MyApp({ Component, pageProps }: AppProps) {
}}
>
<main className={classNames(inter.variable, "font-sans")}>
{!hasSeenNewsModal && <NewsModal onClose={onCloseNewsModal} />}
{/*!hasSeenNewsModal && <NewsModal onClose={onCloseNewsModal} />*/}

{/*<Stack spacing="none" direction="vertical" className="h-screen">
<Stack
Expand Down

0 comments on commit eebd90d

Please sign in to comment.