From de5414f42ef13bc9d2dc9a8349243a2f1cb821e3 Mon Sep 17 00:00:00 2001 From: Fringg Date: Mon, 23 Mar 2026 14:52:17 +0300 Subject: [PATCH] fix: remove duplicate news title and replace N icon with newspaper SVG --- src/components/news/NewsSection.tsx | 35 ++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/src/components/news/NewsSection.tsx b/src/components/news/NewsSection.tsx index c132bf3..9203180 100644 --- a/src/components/news/NewsSection.tsx +++ b/src/components/news/NewsSection.tsx @@ -426,16 +426,41 @@ export default function NewsSection() { className="mb-8" >
-
- N +
+
{t('news.title')}
-

- {t('news.title')} -

{categories.length > 0 && (