From 28a92a73cf1957d1366066710bcd55e97b12f6d1 Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Wed, 6 Nov 2024 11:46:54 +0900 Subject: [PATCH] fix(components): update status link --- components/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header.tsx b/components/Header.tsx index 97fe54d..4476fbc 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -5,7 +5,7 @@ import IconActivity from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/activit export function Header({ title }: { title: string }) { const menus = [ { name: , href: "/rss.xml" }, - { name: , href: "https://status.9renpoto.win" }, + { name: , href: "https://9renpoto.github.io/upptime" }, { name: <>About me, href: "/about" }, ]; return (