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": { 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",