File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010import { createPortal } from "react-dom" ;
1111import { useHotkeys } from "react-hotkeys-hook" ;
1212
13- import { Kbd } from "@hypr/ui/components/ui/kbd" ;
1413import { cn } from "@hypr/utils" ;
1514
1615import { useMainContentCenterOffset } from "~/shared/main/content-offset" ;
@@ -302,27 +301,6 @@ export function OpenNoteDialog({
302301 </ >
303302 ) }
304303 </ CommandPrimitive . List >
305-
306- < div
307- className = { cn ( [
308- "flex items-center justify-center gap-4 px-4 py-2.5" ,
309- "border-border/60 border-t" ,
310- "text-muted-foreground text-xs" ,
311- ] ) }
312- >
313- < span className = "flex items-center gap-1.5" >
314- < Kbd className = "text-[10px]" > ↑↓</ Kbd >
315- < span > to navigate</ span >
316- </ span >
317- < span className = "flex items-center gap-1.5" >
318- < Kbd className = "text-[10px]" > ↵</ Kbd >
319- < span > to open</ span >
320- </ span >
321- < span className = "flex items-center gap-1.5" >
322- < Kbd className = "text-[10px]" > esc</ Kbd >
323- < span > to dismiss</ span >
324- </ span >
325- </ div >
326304 </ CommandPrimitive >
327305 </ div >
328306 </ div >
You can’t perform that action at this time.
0 commit comments