Add software info on hover (#194)

Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/194
This commit is contained in:
floatingghost 2022-11-06 22:52:25 +00:00
parent 15bac1e401
commit 3286641f3c
3 changed files with 14 additions and 0 deletions

View file

@ -177,6 +177,7 @@
v-if="!!(status.user && status.user.favicon)"
class="status-favicon"
:src="status.user.favicon"
:title="faviconAlt(status)"
>
</div>