Removed dates from cards on the homepage

This commit is contained in:
kvakazyambra 2023-06-08 21:19:49 +03:00
parent e72a8ded30
commit 5e80cbd01c
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ export default (props: { articles: Shout[] }) => (
additionalClass: 'shout-card--content-top',
isWithCover: true,
isBigTitle: true,
isVertical: true
isVertical: true,
nodate: true
}}
/>
</div>

View File

@ -186,7 +186,7 @@ export const HomeView = (props: HomeProps) => {
nodate={true}
/>
<Row3 articles={sortedArticles().slice(21, 24)} />
<Row3 articles={sortedArticles().slice(21, 24)} nodate={true} />
<Banner />