From eb996196ab28016712160892576b289c3016b0d4 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Wed, 13 Nov 2024 13:13:13 +0200 Subject: [PATCH] landing-hero: Update latest link to point to Vienna workshop In the hero page, point "latest" link to the Vienne workshop (December 7-8, 2024). Signed-off-by: Razvan Deaconescu --- src/components/landing-hero.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/landing-hero.tsx b/src/components/landing-hero.tsx index 3baa3b65..44a795d4 100644 --- a/src/components/landing-hero.tsx +++ b/src/components/landing-hero.tsx @@ -18,8 +18,8 @@ import CopyButton from 'components/mdx-components/codeblock/copy-button' import { t } from 'utils/i18n' const announce = { - title: 'Unikraft Summer Workshop 2024', - href: '/hackathons/usw24', + title: 'Vienna Unikraft Workshop', + href: '/hackathons/2024-12-vienna', } export default function LandingHero() {