diff --git a/src/components/ListItem.tsx b/src/components/ListItem.tsx index 0ec20fd..8276569 100644 --- a/src/components/ListItem.tsx +++ b/src/components/ListItem.tsx @@ -1,7 +1,6 @@ import { Badge } from "@/components/ui/badge"; -import { capitalizeFirstLetter, cn } from "@/lib/utils"; +import { capitalizeFirstLetter, cn, faviconURL } from "@/lib/utils"; import { CommandItem } from "./ui/command"; -import { FaBookmark } from "react-icons/fa6"; import { IconType } from "react-icons"; interface BookmarkItem { @@ -84,7 +83,12 @@ const ListItem = ({ {type === "command" ? ( ) : type === "bookmark" ? ( - + // + {`${item.title}-favicon`} ) : ( { label="BookTab" value={currentItem} onValueChange={setCurrentItem} + disablePointerSelection + vimBindings >