mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
update similar-posts card
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astroplate",
|
||||
"version": "3.4.1",
|
||||
"version": "3.4.2",
|
||||
"description": "Astro and Tailwindcss boilerplate",
|
||||
"author": "zeon.studio",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -101,7 +101,7 @@ const { title, description, author, categories, image, date, tags } = post.data;
|
||||
<div class="row justify-center">
|
||||
{
|
||||
similarPosts.map((post) => (
|
||||
<div class="mb-14 lg:col-4">
|
||||
<div class="lg:col-4 md:col-6 mb-14">
|
||||
<BlogCard data={post} />
|
||||
</div>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user