commit a134a6e38330a7c9c54cda28f1870238e24d817c parent 48a758d45e42a163f0295f93b2dc5a8b9d2e0ea4 Author: St John Karp <stjohn@fuzzjunket.com> Date: Sat, 25 Aug 2018 10:06:08 -0700 Maybe a slightly more obvious retoot icon Replaced the bi-directional arrows with a circular arrow. Diffstat:
M | resources/views/status.blade.php | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/views/status.blade.php b/resources/views/status.blade.php @@ -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>