Limit blog card title length

This commit is contained in:
Dilson's Pickles
2023-08-29 16:17:12 +10:00
parent f0654a3d71
commit a9ef6fc1e2

View File

@@ -25,7 +25,7 @@ const { title, description, href, thumbnail, author, date } =
{date}
</small>
<h4>
{title}
{title.slice(0, 100)}...
</h4>
</div>