From 5c0823e5f6135db6f394bd917453bcad5fa1797d Mon Sep 17 00:00:00 2001 From: Hunter Thornsberry Date: Thu, 13 Jun 2024 17:42:03 -0400 Subject: [PATCH] Swap icon --- src/components/DeviceSelector.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DeviceSelector.tsx b/src/components/DeviceSelector.tsx index d5cbae5d..8ee22d8d 100644 --- a/src/components/DeviceSelector.tsx +++ b/src/components/DeviceSelector.tsx @@ -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)} > - +