aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/Navbar.vue
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-05-29 18:48:46 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-05-30 15:01:09 -0700
commit3bf0edcf136b6354274fe0a5870c38350d36e6b7 (patch)
tree278171d7295bdbc8da58dfa4cf9acfe5adadf169 /src/components/Navbar.vue
parent9814a037a5158d31c77fecc8bfb3b61b45d015b3 (diff)
downloadhomer-3bf0edcf136b6354274fe0a5870c38350d36e6b7.tar.gz
homer-3bf0edcf136b6354274fe0a5870c38350d36e6b7.tar.zst
homer-3bf0edcf136b6354274fe0a5870c38350d36e6b7.zip
Adding missing rel attribute on links.
Diffstat (limited to 'src/components/Navbar.vue')
-rw-r--r--src/components/Navbar.vue1
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"