From 4cbcece8c8f50ecad8121f5532ec4623e356e528 Mon Sep 17 00:00:00 2001 From: camilovegag Date: Mon, 27 May 2024 12:09:51 +0200 Subject: [PATCH] Update layout --- .../src/pages/SecretGroupRegistration.tsx | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/packages/berlin/src/pages/SecretGroupRegistration.tsx b/packages/berlin/src/pages/SecretGroupRegistration.tsx index de1f199c..e4352645 100644 --- a/packages/berlin/src/pages/SecretGroupRegistration.tsx +++ b/packages/berlin/src/pages/SecretGroupRegistration.tsx @@ -132,30 +132,32 @@ function SecretGroupRegistration() { }; return ( - + - - {groups.create.subtitle} - {groups.create.body.map(({ id, text }) => ( - {text} - ))} - setIsDialogOpen(true)}> - {groups.create.buttonText} - - } - content={ - - } - dialogButtons={false} - /> + + + {groups.create.subtitle} + {groups.create.body.map(({ id, text }) => ( + {text} + ))} + setIsDialogOpen(true)}> + {groups.create.buttonText} + + } + content={ + + } + dialogButtons={false} + /> + {groupName && secretCode && } @@ -166,7 +168,6 @@ function SecretGroupRegistration() { ))}
{groupsInCategory && groupsInCategory.length > 0 && ( - <> - Your groups + - + )} );