Skip to content

Commit

Permalink
Merge pull request #80 from jarrisondev/main
Browse files Browse the repository at this point in the history
add twitch iframe
  • Loading branch information
afordigital authored Sep 20, 2024
2 parents f21f8b9 + 4a9c156 commit 79effbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/WelcomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ export const WelcomeHero: FC<Props> = ({ variant, children }) => {
</div>

{/* Wrapper was moved to countdown because its component logic, could be override by className prop */}
<Countdown />

{/* <Countdown /> */}
{/* iframe to twitch live */}
<iframe src={`https://player.twitch.tv/?channel=afor_digital&parent=afor.show`} frameBorder="0" width="500" height="320" allowFullScreen scrolling="no"></iframe>
<div className="flex gap-6 pb-12">
{variant === "home" && (
<a href="#ticket">
Expand Down

0 comments on commit 79effbe

Please sign in to comment.