Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live is live #89

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading