Add ability to join a space

This commit is contained in:
Jon Staab
2024-08-16 12:42:00 -07:00
parent 4cba0d9345
commit 0eb65be427
14 changed files with 264 additions and 148 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
export let href: string = ""
$: active = $page.route.id?.startsWith(href)
$: active = $page.url.pathname === href
</script>
{#if href}