We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdf50b commit d1e04bfCopy full SHA for d1e04bf
packages/frontendmu-astro/src/components/event-card-modern-detailed.astro
@@ -83,7 +83,7 @@ let currentAlbum = fetchAlbumDetails();
83
<div
84
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"
85
>
86
- <a class="absolute inset-0 z-10" href={`meetup/${event.id}`}></a>
+ <a class="absolute inset-0 z-10" href={`/meetup/${event.id}`}></a>
87
<div class="relative flex flex-col p-4 w-full">
88
<!-- Date -->
89
{
0 commit comments