Skip to content

Commit

Permalink
fix: align teaser avatar
Browse files Browse the repository at this point in the history
get rid of left over href
  • Loading branch information
barisusakli committed Apr 11, 2024
1 parent ca07e51 commit 5fcd1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/chats/recent_room.tpl
Expand Up @@ -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>
Expand Down

0 comments on commit 5fcd1a8

Please sign in to comment.