diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 52ad71a..27c2ce1 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -3,17 +3,17 @@ import Logo from "../content/TH.svg"; import Icon from "./Icon.astro"; import Button from "./Button.astro"; -const routes = ["blog", "tracks"]; +const routes = ["blog", "tracks", "services"]; ---