Skip to content

Commit

Permalink
refactor: remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
albingroen committed Aug 11, 2024
1 parent 344e680 commit 2ae6c14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function MyApp({ Component, pageProps }: AppProps) {
</Stack>*/}

<Stack spacing="none" direction="vertical" className="h-screen">
<Stack
{/*<Stack
spacing="small"
align="center"
justify="center"
Expand Down Expand Up @@ -178,13 +178,13 @@ function MyApp({ Component, pageProps }: AppProps) {
setHasSeenNewsModal(false);
}}
>
{/*Starts{" "}
Starts{" "}
{streamDateInLocalTZ
? `at ${format(
streamDateInLocalTZ,
"MMM d hh:mm a, yyyy (O)",
)}`
: "soon"}*/}
: "soon"}
Live
</a>
<ArrowUpRightIcon className="w-4 stroke-white" /> 🎬 &nbsp;
Expand All @@ -202,6 +202,7 @@ function MyApp({ Component, pageProps }: AppProps) {
</a>
</Stack>
</Stack>
*/}

<div className="flex-1 flex">
<Component {...pageProps} />
Expand Down

0 comments on commit 2ae6c14

Please sign in to comment.