Skip to content

Commit

Permalink
Merge pull request #231 from Hunter275/issue-229-search-icon
Browse files Browse the repository at this point in the history
Swap Search icon
  • Loading branch information
thebentern authored Jun 14, 2024
2 parents 5fdd07e + 5c0823e commit 90b8250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DeviceSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
MoonIcon,
PlusIcon,
SunIcon,
TerminalIcon,
SearchIcon,
} from "lucide-react";

export const DeviceSelector = (): JSX.Element => {
Expand Down Expand Up @@ -73,7 +73,7 @@ export const DeviceSelector = (): JSX.Element => {
className="transition-all hover:text-accent"
onClick={() => setCommandPaletteOpen(true)}
>
<TerminalIcon />
<SearchIcon />
</button>
<button type="button" className="transition-all hover:text-accent">
<LanguagesIcon />
Expand Down

0 comments on commit 90b8250

Please sign in to comment.