diff --git a/web/pages/profile/activity.tsx b/web/pages/profile/activity.tsx index d943f4b9a..c05a9559e 100644 --- a/web/pages/profile/activity.tsx +++ b/web/pages/profile/activity.tsx @@ -25,7 +25,7 @@ const ProfileActivityPage: NextPageWithLayout = () => { const { data: userActivity } = useSWR(USER_ACTIVITY, () => userService.getUserActivity()); return ( -
+

Activity

@@ -180,7 +180,7 @@ const ProfileActivityPage: NextPageWithLayout = () => { ) : ( - + diff --git a/web/pages/profile/change-password.tsx b/web/pages/profile/change-password.tsx index 85074269c..fe78546a5 100644 --- a/web/pages/profile/change-password.tsx +++ b/web/pages/profile/change-password.tsx @@ -90,7 +90,7 @@ const ChangePasswordPage: NextPageWithLayout = observer(() => { return (

Change password

diff --git a/web/pages/profile/index.tsx b/web/pages/profile/index.tsx index dc75ee12b..b7cdd135c 100644 --- a/web/pages/profile/index.tsx +++ b/web/pages/profile/index.tsx @@ -168,7 +168,7 @@ const ProfileSettingsPage: NextPageWithLayout = () => { )} /> setDeactivateAccountModal(false)} /> -
+
diff --git a/web/pages/profile/preferences.tsx b/web/pages/profile/preferences.tsx index 9bf525a17..97b920eda 100644 --- a/web/pages/profile/preferences.tsx +++ b/web/pages/profile/preferences.tsx @@ -49,7 +49,7 @@ const ProfilePreferencesPage: NextPageWithLayout = observer(() => { return ( <> {currentUser ? ( -
+

Preferences