Skip to content

Commit 9720559

Browse files
committed
🐞 fix: wrong id
1 parent 9dd1a59 commit 9720559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/app/(launcher)/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{#each conferenceData as c}
8282
{@const conf = c.conference}
8383
<a
84-
href={getUrl(c.conferenceUserType, c.id)}
84+
href={getUrl(c.conferenceUserType, c.conference.id)}
8585
class="btn btn-lg w-full max-w-xs shadow-xs"
8686
>
8787
<i class="fa-duotone fa-rocket-launch mr-2"></i>

0 commit comments

Comments
 (0)