mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 12:30:38 -05:00
Limit blog card title length
This commit is contained in:
@@ -25,7 +25,7 @@ const { title, description, href, thumbnail, author, date } =
|
||||
{date}
|
||||
</small>
|
||||
<h4>
|
||||
{title}
|
||||
{title.slice(0, 100)}...
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user