Skip to content
Snippets Groups Projects
Commit acedbb6d authored by Agate's avatar Agate 💬
Browse files

Fixed not focusable link

parent 92bf4673
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<a v-if="version" class="link item" href="https://docs.funkwhale.audio/changelog.html" target="_blank">
<translate translate-context="Footer/*/List item" :translate-params="{version: version}" >Version %{version}</translate>
</a>
<a role="button" class="link item" @click.prevent="$emit('show:set-instance-modal')" >
<a href="" class="link item" @click.prevent="$emit('show:set-instance-modal')" >
<translate translate-context="Footer/*/List item.Link">Use another instance</translate>
</a>
</div>
......
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