link
This commit is contained in:
@@ -41,7 +41,7 @@ const HeroSection: FC = () => {
|
||||
<div className='flex xl:flex-row flex-col gap-8 mt-10'>
|
||||
{
|
||||
data?.data?.mostVisitedBlogs?.map((item, index: number) => {
|
||||
if (index !== 0) {
|
||||
if (index !== 0 && index < 4) {
|
||||
return (
|
||||
<BlogItem key={item.id} item={item} />
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user