diff --git a/src/frontend/src/components/dashboard/widgets/NewsWidget.tsx b/src/frontend/src/components/dashboard/widgets/NewsWidget.tsx index 5dab794dce..687fc5afc2 100644 --- a/src/frontend/src/components/dashboard/widgets/NewsWidget.tsx +++ b/src/frontend/src/components/dashboard/widgets/NewsWidget.tsx @@ -130,9 +130,13 @@ export default function NewsWidget() { )) ) : ( - - {t`There are no unread news items`} - + + + + {t`There are no unread news items`} + + + )}