diff --git a/apps/web/src/routes/__auth.tsx b/apps/web/src/routes/__auth.tsx
index 175403c..0ecfd98 100644
--- a/apps/web/src/routes/__auth.tsx
+++ b/apps/web/src/routes/__auth.tsx
@@ -31,9 +31,6 @@ function AuthLayout() {
return (
diff --git a/apps/web/src/routes/create-organization.tsx b/apps/web/src/routes/create-organization.tsx
index 2d7c705..67d287e 100644
--- a/apps/web/src/routes/create-organization.tsx
+++ b/apps/web/src/routes/create-organization.tsx
@@ -75,16 +75,14 @@ function CreateOrganizationPage() {
};
return (
-
+
{/* Logo */}
-
- Dropit
+
+ Dropit
{t('create_organization.title')}
@@ -142,7 +140,7 @@ function CreateOrganizationPage() {