chore: update binary database file

- Updated the binary database file to reflect recent changes in the schema and data structure.
This commit is contained in:
Julien Froidefond
2025-09-17 11:50:51 +02:00
parent b3052f34f2
commit aa80580e8a

View File

@@ -88,7 +88,7 @@ export function KanbanBoard({ tasks, onCreateTask, onDeleteTask, onEditTask, onU
<div className="pt-4"></div>
{/* Board tech dark */}
<div className="flex-1 flex gap-6 overflow-x-auto p-6">
<div className="flex-1 flex gap-3 overflow-x-auto p-6">
{visibleColumns.map((column) => (
<KanbanColumn
key={column.id}