Skip to content

Commit

Permalink
disable shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Sep 17, 2024
1 parent 5fa58ae commit 780eafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ import { Icon } from 'astro-icon/components';
<Icon name="fa6-solid:magnifying-glass" class="w-4 h-4" />
Search
</div>
<span class="bg-background/30 py-0.5 px-2 text-[0.6rem] font-mono rounded text-text">
<!-- <span class="bg-background/30 py-0.5 px-2 text-[0.6rem] font-mono rounded text-text">
CMD + K
</span>
</span> -->
</button>
<dialog class="fixed top-0 right-0 bottom-0 left-0 m-auto w-[900px] h-[700px] bg-background-secondary rounded-xl text-bwr outline-none backdrop:bg-background/50 backdrop:backdrop-blur-md transition-all">
<div class="dialog-content h-full w-full flex flex-col">
Expand Down

0 comments on commit 780eafb

Please sign in to comment.