Use address for page param for replaceable events

This commit is contained in:
Jon Staab
2026-02-03 16:19:14 -08:00
parent dc5bac67aa
commit 815dbba497
15 changed files with 319 additions and 213 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<Link
class="col-2 card2 bg-alt w-full cursor-pointer shadow-xl"
href={makeClassifiedPath(url, event.id)}>
href={makeClassifiedPath(url, getAddress(event))}>
{#if title}
<div class="flex w-full items-center justify-between gap-2">
<p class="text-xl">{title}</p>