refactor(video): replace avatar images with font awesome icons

The change replaces the avatar image tags with Font Awesome user icons to improve consistency and reduce external image dependencies.
This commit is contained in:
2026-02-13 10:47:07 +08:00
parent 86651b50ef
commit bfe395d5bb

View File

@@ -154,7 +154,7 @@ function renderComments() {
commentElement.className = 'comment-item';
commentElement.innerHTML = `
<div class="comment-avatar">
<img src="${comment.avatar}" alt="${comment.author}">
<i class="fas fa-user avatar-img"></i>
</div>
<div class="comment-content">
<div class="comment-header">