summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Nav.astro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/Nav.astro b/src/components/Nav.astro
index 2761ca6..d141ae0 100644
--- a/src/components/Nav.astro
+++ b/src/components/Nav.astro
@@ -5,7 +5,6 @@ interface Links {
forgejo: string;
grafana: string;
github: string;
- hydra: string;
miniflux: string;
}
@@ -14,7 +13,6 @@ const links: Links = {
blog: "/blog",
forgejo: "https://git.mydadleft.me",
grafana: "https://grafana.mydadleft.me",
- hydra: "https://hydra.mydadleft.me",
miniflux: "https://miniflux.mydadleft.me",
github: "https://github.com/getchoo",
};