diff --git a/frontend/src/SettingsPage/SettingsPage.jsx b/frontend/src/SettingsPage/SettingsPage.jsx index 28d86d03fe..fd1ace6aa5 100644 --- a/frontend/src/SettingsPage/SettingsPage.jsx +++ b/frontend/src/SettingsPage/SettingsPage.jsx @@ -27,7 +27,7 @@ function SettingsPage(props) { lastNameMatch !== null ? (firstNameMatch !== null ? ' and last name' : 'Last name') : '' } can't be empty!`, { - position: 'top-left', + position: 'top-center', } ); return;