Skip to content

Commit

Permalink
Add FRC kickoff
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp authored Jan 3, 2025
1 parent fa8f118 commit 944ca7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import Layout from "../layouts/Layout.astro";
<p class="scr-only">Loading...</p>
</div>
<div id="wait-msg">
<h2>Bunnybots is starting soon!</h2>
<p>Once the event starts, return here to watch live matches.</p>
<h2>Come back soon!</h2>
<p>Once an event starts, return here to watch live matches.</p>
</div>
<div id="error-msg">
<h2>Woah, there!</h2>
Expand All @@ -33,7 +33,7 @@ import Layout from "../layouts/Layout.astro";
</p>
</Layout>
<script>
const manualOverride = "https://www.youtube.com/live/CN-v_x0tKrA";
const manualOverride = "https://youtu.be/5vNlf2O94wQ";
if (manualOverride) {
location.href = manualOverride;
} else {
Expand Down

0 comments on commit 944ca7e

Please sign in to comment.