From b7fdf51263131c0f8776cc33a4c590d0928295cc Mon Sep 17 00:00:00 2001 From: eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:46:52 +1100 Subject: [PATCH] chore: improved links --- src/components/header.astro | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/header.astro b/src/components/header.astro index b3c3150..c2b2085 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -1,5 +1,13 @@ --- import { Image } from "astro:assets"; + +const links = { +docs: "https://docs.teaclient.net", +store: "https://store.teaclient.net", +download: "/", +news: "/news", +wiki: "/wiki", +}; ---
  • HOME
  • -
  • STORE
  • +
  • STORE
  • DOCSDOCS
  • WIKIWIKI
  • -
  • NEWS
  • +
  • NEWS
  • DOWNLOADDOWNLOAD