diff options
| author | seth <[email protected]> | 2023-05-29 11:59:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-29 11:59:39 -0400 |
| commit | 60ddda5404f5d70597e6ae06b2acec8a23801932 (patch) | |
| tree | e02577d53f35e943733dd006af3c4415414b2afd /src/components | |
| parent | ffd000757b78f1f4eb7f2778f7d9c15808eb09dc (diff) | |
components: remove hydra instance from navbar
i don't host it anymore :p
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Nav.astro | 2 |
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", }; |
