From 48afeba4c61070ef862cffdaf3a78cf607ac8a44 Mon Sep 17 00:00:00 2001 From: Viktor Stefanov Date: Thu, 3 Oct 2024 17:58:35 +0300 Subject: [PATCH] removing language as parameter, edit old format fnc invoke --- src/components/client/campaigns/CampaignNewsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/client/campaigns/CampaignNewsSection.tsx b/src/components/client/campaigns/CampaignNewsSection.tsx index 7d7c00dfc..6bd90b189 100644 --- a/src/components/client/campaigns/CampaignNewsSection.tsx +++ b/src/components/client/campaigns/CampaignNewsSection.tsx @@ -87,7 +87,7 @@ const StyledTimeline = styled(Timeline)(({ theme }) => ({ }, [`& .${classes.articleContent}`]: { - marginBottom: theme.spacing(5), + marginBottom: theme.spacing(0), }, [`& .${classes.articlePublishedDate}`]: {