mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
docs(app): hide github link on mobile
This commit is contained in:
@@ -58,7 +58,7 @@ defineShortcuts({
|
|||||||
<UContentSearchButton />
|
<UContentSearchButton />
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
|
|
||||||
<UTooltip text="Open on GitHub" :kbds="['meta', 'G']">
|
<UTooltip text="Open on GitHub" :kbds="['meta', 'G']" class="hidden lg:flex">
|
||||||
<UButton
|
<UButton
|
||||||
color="neutral"
|
color="neutral"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
|||||||
Reference in New Issue
Block a user