Skip to content

Commit

Permalink
feat: add keyboard shortcut helper link
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Aug 25, 2023
1 parent 1ac3164 commit f2f403d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/nav/NavFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,10 @@ function toggleDark() {
GitHub
</NuxtLink>
</div>
<div>
<button hover:underline @click="toggleKeyboardShortcuts">
{{ $t('magic_keys.dialog_header') }}
</button>
</div>
</footer>
</template>

0 comments on commit f2f403d

Please sign in to comment.