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 (