diff --git a/frontend/app/layouts/default.vue b/frontend/app/layouts/default.vue
index 1514b72..83822ba 100644
--- a/frontend/app/layouts/default.vue
+++ b/frontend/app/layouts/default.vue
@@ -68,7 +68,6 @@ const isMailVisible = computed(() => {
const { enabled: shareEnabled, ensureLoaded: ensureShareStatus } = useShareStatus()
const isDocumentsVisible = computed(() => shareEnabled.value === true)
-
const currentProjectId = computed(() => {
const match = route.path.match(/^\/projects\/(\d+)/)
return match ? match[1] : null
diff --git a/frontend/components/ui/SidebarLink.vue b/frontend/components/ui/SidebarLink.vue
deleted file mode 100644
index f008b77..0000000
--- a/frontend/components/ui/SidebarLink.vue
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- {{ label }}
-
-
- {{ label }}
-
-
-
-
-
diff --git a/frontend/public/LOGO_CARRE.png b/frontend/public/LOGO_CARRE.png
deleted file mode 100644
index 9ff58fd..0000000
Binary files a/frontend/public/LOGO_CARRE.png and /dev/null differ