text -> excerpt

This commit is contained in:
VividTruthKeeper 2023-02-20 13:36:06 +05:00
parent 1ef57c49d8
commit 7a777e4045
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ const NewsScroll = ({ title, category }: Props) => {
key={uuidv4()}
id={dataEl.id}
title={dataEl.title}
text={dataEl.content_html}
text={dataEl.excerpt}
date={dataEl.published_at}
categories={dataEl.categories}
img={