diff --git a/frontend/src/components/CommandPalette.tsx b/frontend/src/components/CommandPalette.tsx index 54e8ae8..78886f2 100644 --- a/frontend/src/components/CommandPalette.tsx +++ b/frontend/src/components/CommandPalette.tsx @@ -7,7 +7,7 @@ import { Radio, Route, Search, - Sparkles, + Star, User, Waypoints, } from 'lucide-react'; @@ -296,7 +296,7 @@ export function CommandPalette({ > {ch.name} - + ))} @@ -384,7 +384,7 @@ function ContactGroup({ > {displayName} - {showStar && } + {showStar && } ))} @@ -419,7 +419,7 @@ function RepeaterGroup({ > {displayName} - {showStar && } + {showStar && } ,