diff --git a/src/app/components/activity-card/activity-card.component.html b/src/app/components/activity-card/activity-card.component.html
index 7d7d431..c2a9094 100644
--- a/src/app/components/activity-card/activity-card.component.html
+++ b/src/app/components/activity-card/activity-card.component.html
@@ -40,7 +40,7 @@
(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) {
-
} @else {