Added map-marker icon to pages.meet item at "place"

This commit is contained in:
Niko 2022-02-18 01:35:43 +01:00
parent d4cf1d92e7
commit c39fc40196
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
<span class="bigname">{.account.name}, {.account.props.age}</span><br>
<span class="acct">@{.account.acct}</span><br>
<br>
<span>{.account.props.place}</span>
<span><i class="fa fa-map-marker fa-fw">
</i>&nbsp;{.account.props.place}</span>
</div>
</div>
</div>