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>
|
<span>
|
||||||
@if ($status['reblogged'])
|
@if ($status['reblogged'])
|
||||||
<span class="reblogged">
|
<span class="reblogged">
|
||||||
<a href="/status/{{ $status['id'] }}?action=unreblog">⇄</a>
|
<a href="/status/{{ $status['id'] }}?action=unreblog">↺</a>
|
||||||
</span>
|
</span>
|
||||||
@else
|
@else
|
||||||
<a href="/status/{{ $status['id'] }}?action=reblog">⇄</a>
|
<a href="/status/{{ $status['id'] }}?action=reblog">↺</a>
|
||||||
@endif
|
@endif
|
||||||
{{ $status['reblogs_count'] }}
|
{{ $status['reblogs_count'] }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue