Skip to content
Snippets Groups Projects
Commit 6929c9bc authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

sections btn as link

parent 8a3f40ba
No related branches found
No related tags found
1 merge request!8Resolve "Use a zotero generated json instead of crossref api"
Pipeline #111855 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<Logo height="45px" /> <Logo height="45px" />
</v-app-bar-title> </v-app-bar-title>
<template #append v-if="!mobile"> <template #append v-if="!mobile">
<v-btn v-for="section in sections" :key="section.id" color="primary"> <v-btn v-for="section in sections" :key="section.id" color="primary" :href="section.href">
{{ section.label }} {{ section.label }}
</v-btn> </v-btn>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment