diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index 71e6b556..6f5c676e 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -61,6 +61,7 @@ export enum Icons { UNLOCK = "unlock", DONATION = "donation", CIRCLE_QUESTION = "circle_question", + BRUSH = "brush", } export interface IconProps { @@ -129,6 +130,7 @@ const iconList: Record = { unlock: ``, donation: ``, circle_question: ``, + brush: ``, }; function ChromeCastButton() { diff --git a/src/pages/parts/settings/SidebarPart.tsx b/src/pages/parts/settings/SidebarPart.tsx index c5e849b8..793e13e3 100644 --- a/src/pages/parts/settings/SidebarPart.tsx +++ b/src/pages/parts/settings/SidebarPart.tsx @@ -51,7 +51,7 @@ export function SidebarPart() { { textKey: "settings.appearance.title", id: "settings-appearance", - icon: Icons.GITHUB, + icon: Icons.BRUSH, }, { textKey: "settings.captions.title",