Skip to content

Commit

Permalink
removing language as parameter, edit old format fnc invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
viiktorstefanov committed Oct 3, 2024
1 parent da8aa1e commit 48afeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/client/campaigns/CampaignNewsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const StyledTimeline = styled(Timeline)(({ theme }) => ({
},

[`& .${classes.articleContent}`]: {
marginBottom: theme.spacing(5),
marginBottom: theme.spacing(0),
},

[`& .${classes.articlePublishedDate}`]: {
Expand Down

0 comments on commit 48afeba

Please sign in to comment.