Skip to content

Commit

Permalink
fix 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GilMM27 committed Nov 1, 2024
1 parent 272e2b4 commit a5d011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/scoreboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Round } from "../../lib/round";
const TwitchEmbed = ({ channel }: { channel: string }) => (
<div className="aspect-video w-full">
<iframe
src={`https://player.twitch.tv/?channel=${channel}&parent=candidates.roborregos.com/scoreboard`}
src={`https://player.twitch.tv/?channel=${channel}&parent=candidates.roborregos.com`}
className="h-full w-full"
height={"100%"}
width={"100%"}
Expand Down

0 comments on commit a5d011f

Please sign in to comment.