From 92890e6208f2ee23a7aed32634485951535cec2a Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 19 Jun 2026 05:32:56 +0000 Subject: [PATCH] [UI] Fix NewsWidget --- .../src/components/dashboard/widgets/NewsWidget.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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`} + + + )}