Use Star instead of Heart for favourites
This commit is contained in:
@@ -352,8 +352,8 @@
|
||||
<div class="d-flex mt-3 mb-4">
|
||||
<form method="POST" action="{{ package.get_url('collections.package_toggle_favorite') }}">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<button type="submit" class="btn {% if is_favorited %}text-danger{% endif %} btn-secondary mr-2" aria-label="{{ _('Favorite') }}">
|
||||
<i class="fas fa-heart"></i>
|
||||
<button type="submit" class="btn {% if is_favorited %}text-info{% endif %} btn-secondary mr-2" aria-label="{{ _('Favorite') }}">
|
||||
<i class="fas fa-star"></i>
|
||||
</button>
|
||||
</form>
|
||||
<div class="flex-grow">
|
||||
|
||||
Reference in New Issue
Block a user