Skip to content

Commit

Permalink
feat: document icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Nov 3, 2024
1 parent b0912cd commit 3bf044b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/search.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { DialogProps } from "@radix-ui/react-dialog"
import { LaptopIcon, MoonIcon, SunIcon } from "@radix-ui/react-icons"
import { SearchIcon } from "lucide-react"
import { CircleHelp, SearchIcon } from "lucide-react"
import * as React from "react"
import { useTranslation } from "react-i18next"
import { useNavigate } from "react-router-dom"
Expand Down Expand Up @@ -103,7 +103,7 @@ export function Search({ ...props }: ButtonProps & DialogProps) {
)
}}
>
<Icons.document />
<CircleHelp className="mr-2 size-4" />
Document
</CommandItem>
</CommandGroup>
Expand Down

0 comments on commit 3bf044b

Please sign in to comment.