Новые изменения в компоенты
This commit is contained in:
parent
1cea684a89
commit
ce93982f11
8 changed files with 598 additions and 6 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} мин.
|
||||
{readTime || readmeTime} мин.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ const filteredPosts = currentSlug
|
|||
<circle cx="12" cy="12" r="10"></circle>
|
||||
<polyline points="12 6 12 12 16 14"></polyline>
|
||||
</svg>
|
||||
{post.readmeTime || post.readTime} мин.
|
||||
{post.readTime || post.readmeTime} мин.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue