Skip to content

Commit 2bc0a76

Browse files
authored
Live is now live (#159)
1 parent 53ceab3 commit 2bc0a76

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/app/components/Live.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function Live() {
6666
HackUPC so that you can prepare everything you might need! And of
6767
course it will be the page you visit to check out all the activities
6868
happening during the event. You can also check our{" "}
69-
<Anchor href="https://live.hackupc.com/" target="_blank">
69+
<Anchor href="https://2024-live.hackupc.com/" target="_blank">
7070
{" "}
7171
last year's live page
7272
</Anchor>{" "}
@@ -75,13 +75,11 @@ export default function Live() {
7575
</TextContainer>
7676
<PrimaryButton
7777
className={silkscreen.className}
78-
/* href="https://live.hackupc.com/"
78+
href="https://live.hackupc.com/"
7979
target="_blank"
80-
rel="noopener noreferrer" */
81-
disabled
82-
style={{ cursor: "not-allowed", opacity: 0.3 }}
80+
rel="noopener noreferrer"
8381
>
84-
In construction
82+
Check live
8583
</PrimaryButton>
8684
</Section>
8785
);

0 commit comments

Comments
 (0)