From 82533b392bb415b3c048517bc3157037d745dffd Mon Sep 17 00:00:00 2001 From: DasProffi <67233923+DasProffi@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:17:23 +0200 Subject: [PATCH] fix: make the organization card cover the entire space --- tasks/components/layout/OrganizationDisplay.tsx | 2 +- tasks/pages/{organizations.tsx => organizations/index.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tasks/pages/{organizations.tsx => organizations/index.tsx} (100%) diff --git a/tasks/components/layout/OrganizationDisplay.tsx b/tasks/components/layout/OrganizationDisplay.tsx index 4f4d901ec..e73b6baba 100644 --- a/tasks/components/layout/OrganizationDisplay.tsx +++ b/tasks/components/layout/OrganizationDisplay.tsx @@ -56,7 +56,7 @@ export const OrganizationDisplay = ({ return (
-
+
{usedOrganizations.map(organization => (