Новые изменения в компоенты

This commit is contained in:
Web-serfer 2026-04-28 22:28:13 +05:00
parent 1cea684a89
commit ce93982f11
8 changed files with 598 additions and 6 deletions

View file

@ -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>

View file

@ -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>