diff options
| author | seth <[email protected]> | 2023-07-04 00:16:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-04 00:16:22 -0400 |
| commit | a0134b52d6b0e4bc3f7d8a32102da6ce918feba9 (patch) | |
| tree | bc8b3233e847054c296a7b35248b36dd118b1868 /src/components/Nav.astro | |
| parent | 2596af379e769988be26a6650898a28b83e027b5 (diff) | |
components: remove forgejo instance from navbar
Diffstat (limited to 'src/components/Nav.astro')
| -rw-r--r-- | src/components/Nav.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Nav.astro b/src/components/Nav.astro index d141ae0..66ac87e 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -11,7 +11,6 @@ interface Links { const links: Links = { home: "/", blog: "/blog", - forgejo: "https://git.mydadleft.me", grafana: "https://grafana.mydadleft.me", miniflux: "https://miniflux.mydadleft.me", github: "https://github.com/getchoo", |
