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() {
-
+