Swap icon

This commit is contained in:
Hunter Thornsberry
2024-06-13 17:42:03 -04:00
parent 5fdd07ee68
commit 5c0823e5f6

View File

@@ -10,7 +10,7 @@ import {
MoonIcon,
PlusIcon,
SunIcon,
TerminalIcon,
SearchIcon,
} from "lucide-react";
export const DeviceSelector = (): JSX.Element => {
@@ -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 />