Skip to content

Commit

Permalink
Live is live (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb authored Apr 18, 2024
1 parent c1530b4 commit 0253d8d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions src/app/components/Live.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Section } from "@/app/genericComponents/General";
import {
Body,
BodyBold,
BodyLink,
SectionTitle,
} from "@/app/genericComponents/Typography";
import { PrimaryButton } from "@/app/genericComponents/Buttons";
Expand Down Expand Up @@ -58,27 +57,17 @@ export default function Live() {
<Body>
In our live page you will find it out! It will be available before
HackUPC so that you can prepare everything you might need! And also to
check out all the activities happening during the event. You can also
check our{" "}
<BodyLink
href="https://live.hackupc.com/"
target="_blank"
rel="noopener noreferrer"
>
last year's live page
</BodyLink>{" "}
and see what happened.
check out all the activities happening during the event.
</Body>
</TextContainer>
<PrimaryButton disabled>
{/* <a
<PrimaryButton>
<a
href="https://live.hackupc.com/"
target="_blank"
rel="noopener noreferrer"
>
Check live
</a> */}
Coming soon...
</a>
</PrimaryButton>
</Section>
);
Expand Down

0 comments on commit 0253d8d

Please sign in to comment.