chore: Convert <Text /> component to span by default
This commit is contained in:
@@ -65,7 +65,7 @@ function UserDelete({ onSubmit }: Props) {
|
||||
<form onSubmit={formHandleSubmit(handleSubmit)}>
|
||||
{isWaitingCode ? (
|
||||
<>
|
||||
<Text type="secondary">
|
||||
<Text as="p" type="secondary">
|
||||
<Trans>
|
||||
A confirmation code has been sent to your email address, please
|
||||
enter the code below to permanently destroy your account.
|
||||
@@ -82,7 +82,7 @@ function UserDelete({ onSubmit }: Props) {
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<Text type="secondary">
|
||||
<Text as="p" type="secondary">
|
||||
<Trans>
|
||||
Are you sure? Deleting your account will destroy identifying data
|
||||
associated with your user and cannot be undone. You will be
|
||||
|
||||
Reference in New Issue
Block a user