Removed dates from cards on the homepage
This commit is contained in:
parent
e72a8ded30
commit
5e80cbd01c
|
@ -15,7 +15,8 @@ export default (props: { articles: Shout[] }) => (
|
||||||
additionalClass: 'shout-card--content-top',
|
additionalClass: 'shout-card--content-top',
|
||||||
isWithCover: true,
|
isWithCover: true,
|
||||||
isBigTitle: true,
|
isBigTitle: true,
|
||||||
isVertical: true
|
isVertical: true,
|
||||||
|
nodate: true
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -186,7 +186,7 @@ export const HomeView = (props: HomeProps) => {
|
||||||
nodate={true}
|
nodate={true}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Row3 articles={sortedArticles().slice(21, 24)} />
|
<Row3 articles={sortedArticles().slice(21, 24)} nodate={true} />
|
||||||
|
|
||||||
<Banner />
|
<Banner />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user