From 50ac4531d35ee7ef8488780b90711ee9cb6cc1b7 Mon Sep 17 00:00:00 2001 From: echo Date: Sat, 28 Feb 2026 22:38:23 +0100 Subject: [PATCH] typo fix --- pwa/src/components/home/HeroArticle.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pwa/src/components/home/HeroArticle.tsx b/pwa/src/components/home/HeroArticle.tsx index 5c32d21..91b6ac0 100644 --- a/pwa/src/components/home/HeroArticle.tsx +++ b/pwa/src/components/home/HeroArticle.tsx @@ -57,9 +57,9 @@ export function HeroArticle() { {article.featuredImage && (
- - Прекршени Вести - + + Прекршени Вести +
{article.title} - +
@@ -88,14 +88,14 @@ export function HeroArticle() { })}
- + {article.author && (
{article.author.name}
)} - +
{article.views} views @@ -124,11 +124,11 @@ export function HeroArticle() {
- +
{(article.facebookShares || 0) + (article.twitterShares || 0) + (article.whatsappShares || 0) + (article.telegramShares || 0)}