Maybe a slightly more obvious retoot icon

Replaced the bi-directional arrows with a circular arrow.
This commit is contained in:
St John Karp 2018-08-25 10:06:08 -07:00
parent 48a758d45e
commit a134a6e383
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@
<span>
@if ($status['reblogged'])
<span class="reblogged">
<a href="/status/{{ $status['id'] }}?action=unreblog">&#8644;</a>
<a href="/status/{{ $status['id'] }}?action=unreblog">&#8634;</a>
</span>
@else
<a href="/status/{{ $status['id'] }}?action=reblog">&#8644;</a>
<a href="/status/{{ $status['id'] }}?action=reblog">&#8634;</a>
@endif
{{ $status['reblogs_count'] }}
</span>