Skip to content
Snippets Groups Projects
Commit 768ac30c authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove tabindex

parent fb3c8688
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,8 @@
<div class = "banner">
<h1><a :class="$vuetify.breakpoint.name" href="/" tabindex="1">Ordbøkene</a></h1>
<p class="sub-title"><router-link to="/" tabindex="3">{{$t("sub-title")}}</router-link></p>
<h1><a :class="$vuetify.breakpoint.name" href="/">Ordbøkene</a></h1>
<p class="sub-title"><router-link to="/">{{$t("sub-title")}}</router-link></p>
</div>
<router-view></router-view>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment