Skip to content

Commit

Permalink
💄 修改AI图标
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 committed Dec 5, 2024
1 parent f4b6dea commit f67fd35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
Bot,
Brain,
Eye,
Info,
Keyboard,
Plug,
Server,
Sparkles,
Speaker,
} from "lucide-react";
Expand Down Expand Up @@ -47,7 +47,7 @@ export default function SettingsLayout() {
{t("tabs.control")}
</NavLink>
<NavLink to="/settings/ai" className="flex items-center gap-2">
<Server />
<Brain />
{t("tabs.ai")}
</NavLink>
<NavLink to="/settings/github" className="flex items-center gap-2">
Expand Down

0 comments on commit f67fd35

Please sign in to comment.