From 0baad79fde39a86b9b33d4076e2f8ecc882138e3 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Sat, 16 Dec 2023 00:04:33 +0100 Subject: [PATCH 1/2] 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", From 808dff350acb040d3c455e7cc52e2472415c617d Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Sat, 16 Dec 2023 00:05:11 +0100 Subject: [PATCH 2/2] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85c6502b..a8a0b05c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "movie-web", - "version": "4.0.0", + "version": "4.0.1", "private": true, "homepage": "https://movie-web.app", "scripts": {