Skip to content
Merged

2026 #235

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
15 changes: 9 additions & 6 deletions src/app/components/Live.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ const LiveDotAnimated = styled.div`
width: ${SpacingS};
`;

const Anchor = styled.a`
{
/*const Anchor = styled.a`
color: ${Secondary500};
text-decoration: underline;
cursor: pointer;
`;
`;*/
}

const StyledButton = styled.div`
background-color: #a3c9a8;
Expand Down Expand Up @@ -99,22 +101,23 @@ export default function Live() {
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 of
course it will be the page you visit to check out all the activities
happening during the event. You can also check our{" "}
happening during the event.
{/*You can also check our{" "}
<Anchor href="https://2025-live.hackupc.com/" target="_blank">
{" "}
last year's live page
</Anchor>{" "}
page and see what happened.
page and see what happened.*/}
</Body>
</TextContainer>
<StyledButton
as="a"
//href="https://live.hackupc.com/"
href="https://live.hackupc.com/"
target="_blank"
rel="noreferrer"
className={lora.className}
>
Not available yet
LIVE
</StyledButton>
</WhiteContainer>
</Section>
Expand Down
Loading