From 13a29c57443a369f06e26be1f095a149de1d606a Mon Sep 17 00:00:00 2001 From: Franek Date: Sat, 8 Mar 2025 20:10:03 +0100 Subject: [PATCH] add link to AIO uptime page --- public/icons/uptime.svg | 25 +++++++++++++++++++++++++ src/sections/about.tsx | 5 +++++ 2 files changed, 30 insertions(+) create mode 100644 public/icons/uptime.svg 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",