From 6657000d89ad069c641f170c2885b37e85edd6c0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 19 Jun 2026 17:18:59 +1000 Subject: [PATCH] [UI] Fix NewsWidget (#12205) --- .../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`} + + + )}