diff --git a/public/icons/uptime.svg b/public/icons/uptime.svg new file mode 100644 index 0000000..9bfa0ca --- /dev/null +++ b/public/icons/uptime.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/sections/about.tsx b/src/sections/about.tsx index 5a14ee2..6bdefef 100644 --- a/src/sections/about.tsx +++ b/src/sections/about.tsx @@ -78,6 +78,11 @@ const LINKS = [ link: "/pgp.asc", primary: true }, + { + content: "Uptime of my services", + icon: "/icons/uptime.svg", + link: "https://health.sador.me/status/aio" + }, { content: "E-mail", icon: "/icons/email.svg",