diff --git a/src/App.vue b/src/App.vue
index fceb3aeab3a3e3257223a4c823884d8599ab0f1a..e819d3a77e11fe756718410997a86113042d6727 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -37,8 +37,8 @@
 
     <div class = "banner" aria-hidden="true" :class="$vuetify.breakpoint">
       <div>
-      <h1 tabindex="-1"><a :class="$vuetify.breakpoint.name"  href="/">Ordbøkene</a></h1>
-      <p tabindex="-1" class="sub-title"><a href="/">{{$t("sub_title")}}</a></p>
+      <h1 :class="$vuetify.breakpoint.name">Ordbøkene</h1>
+      <p class="sub-title">{{$t("sub_title")}}</p>
         </div>
     </div>
    
@@ -125,11 +125,11 @@ h1 {
   color: var(--v-primary-base)
 }
 
-.banner h1 a {
+.banner h1 {
   font-size: 48px;
 }
 
-h1 > a.xs, h1 > a.sm {
+h1.xs, h1.sm {
   font-size: 36px;
 }
 
@@ -202,7 +202,7 @@ footer  a {
   
 }
 
-.sub-title a {
+.sub-title {
   color: var(--v-primary-base) !important;
 }