Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-2024 into fix/filter-color-not-matching
  • Loading branch information
IamSTEINI committed Aug 2, 2024
2 parents 6bb5fd7 + 0bb856a commit a05eaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/detail/detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1 class="card-title text-2xl font-bold text-gray-800">
{{ activity.name }} | {{ activity.type.name }}
</h1>
<button
(click)="onBookmark(activity?.osm_id)"
(click)="onBookmark(activity.osm_id)"
class="bg-[#6bc4f6] hover:bg-[#1891d7] active:bg-[#6bc4f6] transition-all ease-in duration-75 min-w-10 min-h-10 max-h-10 max-w-10 w-10 h-10 flex justify-center items-center text-white rounded-md">
@if (isBookmarked) {
<i id="bookmark_id_2" class="bi bi-bookmark-fill"
Expand Down Expand Up @@ -52,7 +52,7 @@ <h1 class="card-title text-2xl font-bold text-gray-800">
}
</div>

<div class="buttons flex gap-4 mt-4">
<div class="buttons flex gap-4 card-footer">
<button class="btn" onclick="history.back()">
<span><i class="bi bi-arrow-left"></i> Zurück</span>
</button>
Expand Down

0 comments on commit a05eaf8

Please sign in to comment.