From 5dba64405ba35e6a936c32f369b371e176b1b077 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 15 Nov 2023 11:20:05 +0100 Subject: [PATCH] update navbar --- components/Nav/Navbar.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/Nav/Navbar.vue b/components/Nav/Navbar.vue index bf1d1b19..fd8a630f 100644 --- a/components/Nav/Navbar.vue +++ b/components/Nav/Navbar.vue @@ -27,9 +27,8 @@ const sections = ref([ href: runtimeConfig.public.defenseFinderWebservice, }, { id: "wiki", label: "Wiki", to: '/', }, - { id: "refseq", label: "REFSEQ", to: '/refseq/' }, - { id: "structure", label: "Structures", to: '/predicted-structure/' }, - + { id: "refseq", label: "RefSeq DB", to: '/refseq/' }, + { id: "structure", label: "Structures DB", to: '/predicted-structure/' }, { id: "help", label: "Help", to: '/help/' }, ]); -- GitLab