diff --git a/pkgs/frontend/app/routes/$treeId_.settings.tsx b/pkgs/frontend/app/routes/$treeId_.settings.tsx index 29b10b0..db5bb48 100644 --- a/pkgs/frontend/app/routes/$treeId_.settings.tsx +++ b/pkgs/frontend/app/routes/$treeId_.settings.tsx @@ -28,7 +28,7 @@ const SettingsSubSection: FC<{ children: React.ReactNode; headingText: string }> children, headingText, }) => ( - + {headingText} @@ -95,7 +95,7 @@ const RoleSubSection: FC<{ return ( - + {accounts.map((account) => { const name = names.find( (name) => name[0]?.address === account.address, @@ -136,9 +136,9 @@ const WorkspaceSettings: FC = () => { - +