Make threads the default page for spaces

This commit is contained in:
Jon Staab
2024-10-24 09:57:42 -07:00
parent d5cd751387
commit fa8799e406
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -115,7 +115,7 @@
{/if}
</div>
<div in:fly={{delay: getDelay(true)}}>
<SecondaryNavItem href={makeSpacePath(url, "threads")}>
<SecondaryNavItem href={makeSpacePath(url)}>
<Icon icon="notes-minimalistic" /> Threads
</SecondaryNavItem>
</div>
@@ -124,7 +124,7 @@
<SecondaryNavHeader>Your Rooms</SecondaryNavHeader>
</div>
<div transition:slide={{delay: getDelay()}}>
<SecondaryNavItem href={makeSpacePath(url)}>
<SecondaryNavItem href={makeSpacePath(url, GENERAL)}>
<Icon icon="hashtag" />
{GENERAL}
</SecondaryNavItem>