You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Use p tags instead of brs
This commit is contained in:
@@ -101,13 +101,13 @@ export default class DeactivateAccountDialog extends React.Component {
|
||||
Deactivate Account
|
||||
</div>
|
||||
<div className="mx_Dialog_content">
|
||||
This will make your account permanently unusable. You will not be able to re-register the same user ID.<br />
|
||||
<br />
|
||||
This action is irreversible.<br />
|
||||
<br />
|
||||
To continue, please enter your password.<br />
|
||||
<br />
|
||||
Password:<br />
|
||||
<p>This will make your account permanently unusable. You will not be able to re-register the same user ID.</p>
|
||||
|
||||
<p>This action is irreversible.</p>
|
||||
|
||||
<p>To continue, please enter your password.</p>
|
||||
|
||||
<p>Password:</p>
|
||||
<input
|
||||
type="password"
|
||||
onChange={this._onPasswordFieldChange}
|
||||
|
||||
Reference in New Issue
Block a user