diff options
Diffstat (limited to 'src/components/Navbar.vue')
-rw-r--r-- | src/components/Navbar.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index a64ff3b..d3ceaf8 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue | |||
@@ -20,6 +20,7 @@ | |||
20 | <div class="navbar-start"> | 20 | <div class="navbar-start"> |
21 | <a | 21 | <a |
22 | class="navbar-item" | 22 | class="navbar-item" |
23 | rel="noreferrer" | ||
23 | v-for="link in links" | 24 | v-for="link in links" |
24 | :key="link.url" | 25 | :key="link.url" |
25 | :href="link.url" | 26 | :href="link.url" |