Skip to content

Commit

Permalink
Hide irrelevant feed for now, remove debug from instance cards and tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-xr committed Jun 23, 2024
1 parent 0008b50 commit bf12564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
<a href="/friends" class:text-foreground={$page.url.pathname === '/friends'} class:text-muted-foreground={$page.url.pathname !== '/friends'} class="hover:text-foreground">
Friends
</a>
<a href="/feed" class:text-foreground={$page.url.pathname === '/feed'} class:text-muted-foreground={$page.url.pathname !== '/feed'} class="hover:text-foreground">
Feed
</a>
<!-- <a href="/feed" class:text-foreground={$page.url.pathname === '/feed'} class:text-muted-foreground={$page.url.pathname !== '/feed'} class="hover:text-foreground">-->
<!-- Feed-->
<!-- </a>-->
</nav>
<Sheet.Root>
<Sheet.Trigger asChild let:builder>
Expand All @@ -82,7 +82,7 @@
</a>
<a href="/dash" class:text-foreground={$page.url.pathname === '/dash'} class:text-muted-foreground={$page.url.pathname !== '/dash'} class="hover:text-foreground"> Dashboard </a>
<a href="/friends" class:text-foreground={$page.url.pathname === '/friends'} class:text-muted-foreground={$page.url.pathname !== '/friends'} class="hover:text-foreground"> Friends </a>
<a href="/feed" class:text-foreground={$page.url.pathname === '/feed'} class:text-muted-foreground={$page.url.pathname !== '/feed'} class="hover:text-foreground"> Feed </a>
<!-- <a href="/feed" class:text-foreground={$page.url.pathname === '/feed'} class:text-muted-foreground={$page.url.pathname !== '/feed'} class="hover:text-foreground"> Feed </a>-->
</nav>
</Sheet.Content>
</Sheet.Root>
Expand Down
4 changes: 0 additions & 4 deletions src/lib/components/Instance.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,5 @@
{/each}
</div>
</div>
<div>
{instance?.worldId}
{instance?.instanceId}
</div>
</div>
</div>

0 comments on commit bf12564

Please sign in to comment.