fix: Layout of notice

This commit is contained in:
Tom Moor
2024-02-01 22:13:36 -05:00
parent 058e2c44e1
commit aecefc2c01
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ type Props = {
}; };
const Notice: React.FC<Props> = ({ children, icon, description }: Props) => ( const Notice: React.FC<Props> = ({ children, icon, description }: Props) => (
<Container> <Container as="div">
<Flex as="span" gap={8}> <Flex as="span" gap={8}>
{icon} {icon}
<span> <span>

View File

@@ -46,8 +46,8 @@ function TeamNew({ user }: Props) {
<form onSubmit={handleSubmit}> <form onSubmit={handleSubmit}>
<Notice> <Notice>
<Trans> <Trans>
Please note that workspaces are completely separate. They can have a Please note that workspaces are completely separated. They can have
different domain, settings, users, and billing. a different domain, settings, users, and billing.
</Trans> </Trans>
</Notice> </Notice>

View File

@@ -929,7 +929,7 @@
"A confirmation code has been sent to your email address, please enter the code below to permanently destroy this workspace.": "A confirmation code has been sent to your email address, please enter the code below to permanently destroy this workspace.", "A confirmation code has been sent to your email address, please enter the code below to permanently destroy this workspace.": "A confirmation code has been sent to your email address, please enter the code below to permanently destroy this workspace.",
"Confirmation code": "Confirmation code", "Confirmation code": "Confirmation code",
"Deleting the <1>{{workspaceName}}</1> workspace will destroy all collections, documents, users, and associated data. You will be immediately logged out of {{appName}}.": "Deleting the <1>{{workspaceName}}</1> workspace will destroy all collections, documents, users, and associated data. You will be immediately logged out of {{appName}}.", "Deleting the <1>{{workspaceName}}</1> workspace will destroy all collections, documents, users, and associated data. You will be immediately logged out of {{appName}}.": "Deleting the <1>{{workspaceName}}</1> workspace will destroy all collections, documents, users, and associated data. You will be immediately logged out of {{appName}}.",
"Please note that workspaces are completely separate. They can have a different domain, settings, users, and billing.": "Please note that workspaces are completely separate. They can have a different domain, settings, users, and billing.", "Please note that workspaces are completely separated. They can have a different domain, settings, users, and billing.": "Please note that workspaces are completely separated. They can have a different domain, settings, users, and billing.",
"Workspace name": "Workspace name", "Workspace name": "Workspace name",
"You are creating a new workspace using your current account — <em>{{email}}</em>": "You are creating a new workspace using your current account — <em>{{email}}</em>", "You are creating a new workspace using your current account — <em>{{email}}</em>": "You are creating a new workspace using your current account — <em>{{email}}</em>",
"To create a workspace under another email please sign up from the homepage": "To create a workspace under another email please sign up from the homepage", "To create a workspace under another email please sign up from the homepage": "To create a workspace under another email please sign up from the homepage",