Skip to content

Commit

Permalink
fix: Center align email confirmation modal content
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Apr 11, 2023
1 parent 7e121f6 commit 47ffd76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DeleteAccount/EmailConfirmationModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const EmailConfirmationModal = ({ onClose, email }) => {
}
content={
<ReactMarkdown
className="u-ta-center"
source={t('DeleteAccount.modal.email_confirmation.description', {
email
})}
Expand Down

0 comments on commit 47ffd76

Please sign in to comment.