From e889fb8efebb0576bbf75c3574c9566a003f1ea4 Mon Sep 17 00:00:00 2001 From: Agate <me@agate.blue> Date: Tue, 4 Aug 2020 14:05:14 +0200 Subject: [PATCH] Make shortcut link focusable --- front/src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Footer.vue b/front/src/components/Footer.vue index 76426aac5c..d248c8988a 100644 --- a/front/src/components/Footer.vue +++ b/front/src/components/Footer.vue @@ -40,7 +40,7 @@ <div class="ui list"> <a href="https://docs.funkwhale.audio" class="link item" target="_blank"><translate translate-context="Footer/*/List item.Link/Short, Noun">Documentation</translate></a> <a href="https://funkwhale.audio/apps" class="link item" target="_blank"><translate translate-context="Footer/*/List item.Link">Mobile and desktop apps</translate></a> - <a role="button" class="link item" @click.prevent="$emit('show:shortcuts-modal')"><translate translate-context="*/*/*/Noun">Keyboard shortcuts</translate></a> + <a hrelf="" class="link item" @click.prevent="$emit('show:shortcuts-modal')"><translate translate-context="*/*/*/Noun">Keyboard shortcuts</translate></a> </div> <div class="ui form"> <div class="ui field"> -- GitLab