mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 00:21:35 +02:00
Add kbd around cmd+k
This commit is contained in:
@@ -19,17 +19,17 @@ import AccountDropdown from './AccountDropdown.astro';
|
|||||||
>Best Practices</a
|
>Best Practices</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class='hidden lg:inline'>
|
||||||
<a href='/guides' class='hidden lg:inline text-gray-400 hover:text-white'>Guides</a>
|
<a href='/guides' class='text-gray-400 hover:text-white'>Guides</a>
|
||||||
|
</li>
|
||||||
|
<li class='hidden lg:inline'>
|
||||||
|
<a href='/videos' class='text-gray-400 hover:text-white'>Videos</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/videos' class='hidden lg:inline text-gray-400 hover:text-white'>Videos</a>
|
<kbd data-command-menu class="hidden md:flex items-center text-gray-400 border border-gray-800 rounded-md px-2.5 py-1 text-sm hover:bg-gray-800 hover:cursor-pointer">
|
||||||
</li>
|
<!-- <Icon icon='search' class='h-3 w-3 mr-2' /> -->
|
||||||
<li>
|
<kbd class='font-sans mr-1'>⌘</kbd><kbd class='font-sans'>K</kbd>
|
||||||
<button data-command-menu class="hidden lg:flex items-center gap-2 text-gray-400 border border-gray-800 rounded-md px-2.5 py-1 text-sm hover:bg-gray-800 hover:cursor-pointer">
|
</kbd>
|
||||||
<!-- <Icon icon='search' class='h-3 w-3' /> -->
|
|
||||||
⌘ K
|
|
||||||
</span>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class='hidden h-8 w-[172px] items-center justify-end gap-5 sm:flex'>
|
<ul class='hidden h-8 w-[172px] items-center justify-end gap-5 sm:flex'>
|
||||||
|
Reference in New Issue
Block a user