Skip to content

Commit

Permalink
fix(components): update status link (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored Nov 6, 2024
1 parent 94b851a commit f8bcfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import IconActivity from "https://deno.land/x/[email protected]/tsx/activit
export function Header({ title }: { title: string }) {
const menus = [
{ name: <IconRss />, href: "/rss.xml" },
{ name: <IconActivity />, href: "https://status.9renpoto.win" },
{ name: <IconActivity />, href: "https://9renpoto.github.io/upptime" },
{ name: <>About me</>, href: "/about" },
];
return (
Expand Down

0 comments on commit f8bcfe3

Please sign in to comment.