Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const ClickableLogo = styled.div`
align-items: center;
gap: ${SpacingS};
cursor: pointer, auto;
color: white;
`;

const StyledBodyLink = styled(BodyLink)`
Expand Down
22 changes: 11 additions & 11 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { EventStructuredData } from "@/app/metrics/EventStructuredData";

config.autoAddCss = false;
export const metadata: Metadata = {
title: "HackUPC 2025 | May 2-4 | Student hackathon in Barcelona",
description: "Student hackathon in Barcelona on May 2-4 for 36 hours",
title: "HackUPC 2026 | April 24-26 | Student hackathon in Barcelona",
description: "Student hackathon in Barcelona on April 24-26 for 36 hours",
authors: { name: "Hackers@UPC", url: "https://hackersatupc.org/" },
keywords: [
"Hackathon, Hacker, Student, University, College, Programming, Technology, UPC, Barcelona, Spain",
Expand All @@ -21,22 +21,22 @@ export const metadata: Metadata = {
site: "@hackupc",
card: "summary_large_image",
creator: "@hackupc",
title: "HackUPC 2025 | May 2-4 | Student hackathon Barcelona",
title: "HackUPC 2026 | April 24-26 | Student hackathon Barcelona",
description:
"36 hours student hackathon in Barcelona in May starting on the 2nd ending the 4th",
"36 hours student hackathon in Barcelona in April starting on the 24th ending the 26th",
images: {
url: "https://hackupc.com/ogimage.png?v=2024",
secureUrl: "https://hackupc.com/ogimage.png?v=2024",
alt: "HackUPC 2025 | May 2-4 | Student hackathon in Barcelona",
secureUrl: "https://hackupc.com/ogimage.png?v=2025",
alt: "HackUPC 2026 | April 24-26 | Student hackathon in Barcelona",
},
},
openGraph: {
title: "HackUPC 2025 | May 2-4 | Student hackathon Barcelona",
title: "HackUPC 2026 | April 24-26 | Student hackathon Barcelona",
type: "website",
siteName: "HackUPC",
locale: "en_GB",
description:
"36 hours student hackathon in Barcelona in May starting on the 2nd ending the 4th",
"36 hours student hackathon in Barcelona in April starting on the 24th ending the 26th",
url: "https://hackupc.com",
images: {
url: "https://hackupc.com/ogimage.png?v=2024",
Expand Down Expand Up @@ -67,14 +67,14 @@ export default function RootLayout({
width: "10%",
zIndex: 10000,
}}
href="https://mlh.io/eu?utm_source=eu-hackathon&utm_medium=TrustBadge&utm_campaign=2025-season&utm_content=black"
href="https://mlh.io/eu?utm_source=eu-hackathon&utm_medium=TrustBadge&utm_campaign=2026-season&utm_content=red"
target="_blank"
rel="noreferrer"
>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
src="https://s3.amazonaws.com/logged-assets/trust-badge/2025/mlh-trust-badge-2025-black.svg"
alt="Major League Hacking 2025 Hackathon Season"
src="https://s3.amazonaws.com/logged-assets/trust-badge/2026/mlh-trust-badge-2026-red.svg"
alt="Major League Hacking 2026 Hackathon Season"
style={{ width: "100%" }}
/>
</a>
Expand Down