diff --git a/app/page.tsx b/app/page.tsx index 6db359c..40f933b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -77,7 +77,7 @@ export default function MissionControl() {
{!mounted ? ( @@ -197,7 +197,7 @@ function TasksBoard({ tasks }: { tasks: Task[] }) { ]; return ( -
+
{columns.map((col, i) => (