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

fix subtitle link

parent 8509b72f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<div class = "banner">
<h1><a :class="$vuetify.breakpoint.name" href="/">Ordbøkene</a></h1>
<p class="sub-title"><router-link to="/">{{$t("sub-title")}}</router-link></p>
<p class="sub-title"><a href="/">{{$t("sub-title")}}</a></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