Skip to content

Commit d1e04bf

Browse files
committed
fix event card url
1 parent 5bdf50b commit d1e04bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontendmu-astro/src/components/event-card-modern-detailed.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ let currentAlbum = fetchAlbumDetails();
8383
<div
8484
class="relative flex flex-col md:flex-row justify-between w-full transition-all duration-300 group-hover[.in-card]:shadow-lg group-hover[.in-card]:border-verse-400"
8585
>
86-
<a class="absolute inset-0 z-10" href={`meetup/${event.id}`}></a>
86+
<a class="absolute inset-0 z-10" href={`/meetup/${event.id}`}></a>
8787
<div class="relative flex flex-col p-4 w-full">
8888
<!-- Date -->
8989
{

0 commit comments

Comments
 (0)