From c224c644b1b85188e6538876eeea5f88d020d4a2 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Fri, 26 Sep 2025 08:32:00 +0200 Subject: [PATCH] refactor: remove unused collapse icon from ObjectivesBoard - Deleted the collapse icon SVG from the ObjectivesBoard component to clean up the code. - This change simplifies the button layout and improves readability. --- src/components/kanban/ObjectivesBoard.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/kanban/ObjectivesBoard.tsx b/src/components/kanban/ObjectivesBoard.tsx index b58c07d..5c28a4e 100644 --- a/src/components/kanban/ObjectivesBoard.tsx +++ b/src/components/kanban/ObjectivesBoard.tsx @@ -143,18 +143,6 @@ export function ObjectivesBoard({ {pinnedTagName} )} - - {/* Flèche de collapse */} - - -