forked from coracle/flotilla
Add ability to join a space
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
export let href: string = ""
|
||||
|
||||
$: active = $page.route.id?.startsWith(href)
|
||||
$: active = $page.url.pathname === href
|
||||
</script>
|
||||
|
||||
{#if href}
|
||||
|
||||
Reference in New Issue
Block a user