Новые изменения в компоенты
This commit is contained in:
parent
735289481c
commit
1adb1c7fd3
4 changed files with 30 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ const imageUrl = image || '/images/blog/default.avif';
|
|||
<circle cx="12" cy="12" r="10"></circle>
|
||||
<polyline points="12 6 12 12 16 14"></polyline>
|
||||
</svg>
|
||||
{readmeTime || readTime}
|
||||
{readmeTime || readTime} мин.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ const filteredPosts = currentSlug
|
|||
<p class="card-description">{post.description}</p>
|
||||
<div class="card-meta">
|
||||
<span class="meta-item">{formatDate(post.date)}</span>
|
||||
<span class="meta-item">{post.readTime} мин</span>
|
||||
<span class="meta-item">{post.readTime} мин.</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue