diff --git a/components/the-header.vue b/components/the-header.vue index 33df117..934293d 100644 --- a/components/the-header.vue +++ b/components/the-header.vue @@ -118,11 +118,11 @@ export default { title: "Projects", type: [ { - title: "Main Projects", - href: "#main-projects", + title: "Featured projects", + href: "#feat-projects", }, { - title: "Side Projects", + title: "Side projects", href: "#side-projects", }, ],