Skip to content

Commit

Permalink
Merge Staging (#51)
Browse files Browse the repository at this point in the history

* ui updates (#50)

* removed welcome roll condition

* welcome roll ui background

* ui update
  • Loading branch information
Avelous authored Jul 24, 2024
1 parent 8660f1e commit 22bf429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ScaffoldEthApp = ({ Component, pageProps }: AppProps) => {
>
<div className="flex flex-col min-h-screen">
<Header />
<main className="relative flex flex-col flex-1 overflow-hidden">
<main>
<Component {...pageProps} />
</main>
<Footer />
Expand Down

0 comments on commit 22bf429

Please sign in to comment.