From 1bfbe4582f4b0d72781385b5d341d8a17d8639e5 Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Mon, 11 May 2026 09:33:24 +0200 Subject: [PATCH] style: use FolderOpen icon for Projects in left rail and settings tab v1.106.5 --- package.json | 2 +- src/components/SettingsSidebar.tsx | 2 +- src/components/WeeklyView.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9e79171..55ab4a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.106.4", + "version": "1.106.5", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/components/SettingsSidebar.tsx b/src/components/SettingsSidebar.tsx index 6b35ea5..aa4d57f 100644 --- a/src/components/SettingsSidebar.tsx +++ b/src/components/SettingsSidebar.tsx @@ -963,7 +963,7 @@ function SettingsSidebar({ { key: "localisation", icon: , label: t.localisation }, { key: "calendar", icon: , label: t.calendar }, { key: "sync", icon: , label: t.calendarSync || "Sync" }, - { key: "projects", icon: , label: t.projects || "Projects" }, + { key: "projects", icon: , label: t.projects || "Projects" }, { key: "account", icon: , label: t.account }, { key: "styling", icon: , label: t.styling }, { key: "motivation", icon: , label: t.motivation }, diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index 8eafa1d..3b9c34f 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -5918,7 +5918,7 @@ export default function WeeklyView() { - +