diff --git a/apps/browser-extension-wallet/src/features/notifications-center/EmptyState.tsx b/apps/browser-extension-wallet/src/features/notifications-center/EmptyState.tsx
index 1b092654f..92f348176 100644
--- a/apps/browser-extension-wallet/src/features/notifications-center/EmptyState.tsx
+++ b/apps/browser-extension-wallet/src/features/notifications-center/EmptyState.tsx
@@ -9,10 +9,12 @@ export const EmptyState = (): React.ReactElement => {
return (
-
+
- {t('notificationsCenter.emptyState.title')}
- {t('notificationsCenter.emptyState.description')}
+ {t('notificationsCenter.emptyState.title')}
+
+ {t('notificationsCenter.emptyState.description')}
+
);
diff --git a/apps/browser-extension-wallet/src/features/notifications-center/SubscriptionsDropDown.tsx b/apps/browser-extension-wallet/src/features/notifications-center/SubscriptionsDropDown.tsx
index 9065b6979..07f2edbfd 100644
--- a/apps/browser-extension-wallet/src/features/notifications-center/SubscriptionsDropDown.tsx
+++ b/apps/browser-extension-wallet/src/features/notifications-center/SubscriptionsDropDown.tsx
@@ -22,9 +22,14 @@ export const SubscriptionsDropDown = ({
const { t } = useTranslation();
return (
-