fix: remove unused tags prop from BlogPostCard component
This commit is contained in:
parent
b7133df5d7
commit
ce436f8645
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ const { filteredPosts } = Astro.props;
|
||||||
title={post.data.title}
|
title={post.data.title}
|
||||||
date={post.data.date}
|
date={post.data.date}
|
||||||
description={post.data.description}
|
description={post.data.description}
|
||||||
tags={post.data.tags}
|
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue