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

Remove unnecessary aria labels

parent d6b5109a
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<div class = "banner"> <div class = "banner">
<h1><a aria-label="Ordbøkene bokmålsordboka og nynorskordboka sitt nettsted" :class="$vuetify.breakpoint.name" href="/" tabindex="1">Ordbøkene</a></h1> <h1><a :class="$vuetify.breakpoint.name" href="/" tabindex="1">Ordbøkene</a></h1>
<p class="sub-title"><router-link aria-label="Ordbøkene bokmålsordboka og nynorskordboka sitt nettsted" to="/" tabindex="3">{{$t("sub-title")}}</router-link></p> <p class="sub-title"><router-link to="/" tabindex="3">{{$t("sub-title")}}</router-link></p>
</div> </div>
<router-view></router-view> <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