From 38bf8ca30e3b39c8129e68945baf3466b464cd87 Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Sat, 21 Dec 2024 22:44:27 +0100 Subject: [PATCH] release: Update landing hero with latest release info Signed-off-by: Alexander Jung --- 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 8f80d3bd..2e30fdf2 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: 'Vienna Unikraft Workshop', - href: '/hackathons/2024-12-vienna', + title: 'Unikraft releases 0.18.0', + href: '/blog/2024-12-21-unikraft-releases-v0.18.0', } export default function LandingHero() {