tweak text

This commit is contained in:
Nolan Lawson 2018-01-14 19:30:04 -08:00
parent 0340a0d16f
commit edbe0547fd
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<img alt="Profile picture for {{account.acct}}" src="{{account.avatar_static}}">
<img alt="Profile picture for @{{account.acct}}" src="{{account.avatar_static}}">
<style>
img {
width: 48px;

View File

@ -16,7 +16,7 @@
{{status.account.display_name}}
</a>
<span class="author-handle">
{{status.account.acct}}
@{{status.account.acct}}
</span>
<a class="author-relative-date" rel="noopener" target="_blank" href="{{status.url}}">
{{relativeDate}}

View File

@ -9,7 +9,7 @@
{{#if instanceUserAccount}}
<h2>Logged in as:</h2>
<div class="acct-current-user">
<img alt="Profile picture for {{instanceUserAccount.acct}}"
<img alt="Profile picture for @{{instanceUserAccount.acct}}"
class="acct-avatar" src="{{instanceUserAccount.avatar}}" />
<a class="acct-handle" rel="noopener" target="_blank"
href="{{instanceUserAccount.url}}">@{{instanceUserAccount.acct}}</a>