Skip to content

Commit

Permalink
refactor: update stream banner
Browse files Browse the repository at this point in the history
  • Loading branch information
albingroen committed Aug 8, 2024
1 parent 22d7498 commit d4f8910
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ function MyApp({ Component, pageProps }: AppProps) {
spacing="small"
align="center"
justify="center"
className="bg-[#874BF6] p-2"
// className="bg-orange-600 p-2"
// className="bg-[#874BF6] p-2"
className="bg-orange-600 p-2"
>
<svg className="w-4" viewBox="0 0 2400 2800">
<g>
Expand Down Expand Up @@ -178,18 +178,19 @@ 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;
<a
// href="https://www.youtube.com/watch?v=5KvO2cT3MnA"
href="https://www.youtube.com/@albingroen"
href="https://www.youtube.com/watch?v=e3VyXH0lwGM"
//href="https://www.youtube.com/@albingroen"
className="underline decoration-1 underline-offset-2 text-sm text-white font-medium animate-pulse"
rel="noopener noreferrer"
target="_blank"
Expand Down

0 comments on commit d4f8910

Please sign in to comment.