From bdb464a34794f65b69c5c8bbecc2f47128c58810 Mon Sep 17 00:00:00 2001 From: Benjamin Shafii Date: Sun, 18 Jan 2026 02:39:39 -0800 Subject: [PATCH] fix(ui): remove developer shield icon --- src/views/DashboardView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/DashboardView.tsx b/src/views/DashboardView.tsx index 763592563..5bbf9706f 100644 --- a/src/views/DashboardView.tsx +++ b/src/views/DashboardView.tsx @@ -12,7 +12,7 @@ import PluginsView from "./PluginsView"; import SettingsView from "./SettingsView"; import SkillsView from "./SkillsView"; import TemplatesView from "./TemplatesView"; -import { Command, Cpu, FileText, Package, Play, Plus, Shield, Smartphone } from "lucide-solid"; +import { Command, Cpu, FileText, Package, Play, Plus, Settings, Smartphone } from "lucide-solid"; export type DashboardViewProps = { tab: DashboardTab; @@ -203,7 +203,7 @@ export default function DashboardView(props: DashboardViewProps) { {navItem("templates", "Templates", )} {navItem("skills", "Skills", )} {navItem("plugins", "Plugins", )} - {navItem("settings", "Settings", )} + {navItem("settings", "Settings", )} @@ -633,7 +633,7 @@ export default function DashboardView(props: DashboardViewProps) { }`} onClick={() => props.setTab("settings")} > - + Settings