mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(search) display keyboard shortcut
This commit is contained in:
parent
82aa21df33
commit
1de791b234
@ -26,6 +26,9 @@
|
||||
<Icon v="search" :size="1.6" />
|
||||
<br>
|
||||
<T>search.header</T>
|
||||
<ClientOnly>
|
||||
<kbd class="bg-light text-dark border">{{ isMac ? '⌘K' : 'Ctrl+K' }}</kbd>
|
||||
</ClientOnly>
|
||||
</span>
|
||||
<div class="nav-item flex-grow-0" @mouseenter="hoverItem = null">
|
||||
<VersionDropdown end />
|
||||
|
Loading…
x
Reference in New Issue
Block a user