mirror of https://git.stjo.hn/planiverse
Maybe a slightly more obvious retoot icon
Replaced the bi-directional arrows with a circular arrow.
This commit is contained in:
parent
48a758d45e
commit
a134a6e383
|
@ -40,10 +40,10 @@
|
|||
<span>
|
||||
@if ($status['reblogged'])
|
||||
<span class="reblogged">
|
||||
<a href="/status/{{ $status['id'] }}?action=unreblog">⇄</a>
|
||||
<a href="/status/{{ $status['id'] }}?action=unreblog">↺</a>
|
||||
</span>
|
||||
@else
|
||||
<a href="/status/{{ $status['id'] }}?action=reblog">⇄</a>
|
||||
<a href="/status/{{ $status['id'] }}?action=reblog">↺</a>
|
||||
@endif
|
||||
{{ $status['reblogs_count'] }}
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue