From 8017f017f284ba416677d13b91c249dd2fdde6b3 Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 17 Apr 2023 16:11:51 +1000 Subject: [PATCH] bug fixes --- resources/js/components/SMMastHead.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/components/SMMastHead.vue b/resources/js/components/SMMastHead.vue index be41287..e232127 100644 --- a/resources/js/components/SMMastHead.vue +++ b/resources/js/components/SMMastHead.vue @@ -32,7 +32,7 @@ defineProps({ const tabGroups = [ [ - { title: "Contact", to: "/page" }, + { title: "Contact", to: "/contact" }, { title: "Code of Conduct", to: "/page" }, { title: "Privacy", to: "/page" }, { title: "Governance", to: "/page" }, @@ -88,7 +88,7 @@ const tabs = () => { } &.active { - background-color: var(--base-color-light); + background-color: var(--base-color); color: var(--primary-color); } }