diff --git a/app/(main)/[locale]/settings/page.tsx b/app/(main)/[locale]/settings/page.tsx index c1f3a671..a8168a35 100644 --- a/app/(main)/[locale]/settings/page.tsx +++ b/app/(main)/[locale]/settings/page.tsx @@ -33,6 +33,7 @@ import { Languages, Info, Bug, + SwatchBook, Download, X, type LucideIcon, @@ -145,7 +146,7 @@ const tabIcons: Record = { protocol_handlers: LinkIcon, sidebar_apps: PanelLeftClose, about_data: Info, - themes: Palette, + themes: SwatchBook, plugins: Puzzle, debug: Bug, };