mirror of
https://github.com/meshtastic/web.git
synced 2026-05-19 11:45:17 -04:00
Swap icon
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user