diff --git a/components/Nav/Navbar.vue b/components/Nav/Navbar.vue
index 1e6de6d72b58a342f88e7302a739209a62b04804..4863d82e6a4ab8b3709459d2462b3c10f012ac83 100644
--- a/components/Nav/Navbar.vue
+++ b/components/Nav/Navbar.vue
@@ -69,7 +69,7 @@ const sections = ref([
     label: "webservice",
     href: runtimeConfig.public.defenseFinderWebservice,
   },
-  { id: "refseq", label: "REFSEQ", href: refinedRefSeqPath },
+  { id: "refseq", label: "REFSEQ", href: refinedRefSeqPath.value },
 ]);
 const drawer = ref(true);