fix spacing for delete hints

This commit is contained in:
nicktrn
2024-04-24 13:56:50 +01:00
parent 4a1a5b2e4a
commit cea94529de
2 changed files with 2 additions and 2 deletions
@@ -232,7 +232,7 @@ export default function Page() {
<FormError id={projectSlug.errorId}>{projectSlug.error}</FormError>
<FormError>{deleteForm.error}</FormError>
<Hint>
This change is irreversible, so please be certain. Type in the Project slug
This change is irreversible, so please be certain. Type in the Project slug{" "}
<InlineCode variant="extra-small">{project.slug}</InlineCode> and then press
Delete.
</Hint>
@@ -239,7 +239,7 @@ export default function Page() {
<FormError id={organizationSlug.errorId}>{organizationSlug.error}</FormError>
<FormError>{deleteForm.error}</FormError>
<Hint>
This change is irreversible, so please be certain. Type in the Organization slug
This change is irreversible, so please be certain. Type in the Organization slug{" "}
<InlineCode variant="extra-small">{organization.slug}</InlineCode> and then
press Delete.
</Hint>