Skip to content

Commit

Permalink
ну ещё мини фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
szarkans committed Dec 12, 2024
1 parent ea12d16 commit 4c03d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/theme/Reviews.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<img class="review-avatar" :src="currentReview.avatar" alt="Автор" />
<span class="review-name">{{ currentReview.name }}</span>
</div>
<Divider type="solid" />
<div class="review-text">{{ currentReview.text }}</div>
</div>
</transition>
Expand Down

0 comments on commit 4c03d8f

Please sign in to comment.