fix: align teaser avatar

get rid of left over href
This commit is contained in:
Barış Soner Uşaklı
2024-04-11 10:00:50 -04:00
parent ca07e51730
commit 5fcd1a8ad6

View File

@@ -34,7 +34,7 @@
{{{ if ./teaser }}}
<div class="teaser-content text-sm line-clamp-3 text-break">
<span href="#" class="text-decoration-none">{buildAvatar(./teaser.user, "14px", true)}</span>
{buildAvatar(./teaser.user, "14px", true, "align-middle")}
<strong class="text-xs fw-semibold teaser-username">{./teaser.user.username}:</strong>
{./teaser.content}
</div>