Use Star instead of Heart for favourites

This commit is contained in:
rubenwardy
2023-08-19 00:46:27 +01:00
parent c1aa12dc8c
commit e47ea249e7
3 changed files with 4 additions and 4 deletions

View File

@@ -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">