From 0baad79fde39a86b9b33d4076e2f8ecc882138e3 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Sat, 16 Dec 2023 00:04:33 +0100 Subject: [PATCH] Add brush lmao --- src/components/Icon.tsx | 2 ++ src/pages/parts/settings/SidebarPart.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",