Skip to content

Commit

Permalink
Adjust sidebar slot
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Dec 10, 2024
1 parent d4876f4 commit 1ec8a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/layouts/DocumentLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Assumes it's a child of a ViewerContext
</script>

<SidebarLayout>
<SignedIn>
<nav class="column" slot="navigation">
<SignedIn slot="navigation">
<nav class="column">
<Projects {projects} {document} />
<Data {document} />
<Notes {document} />
Expand Down

0 comments on commit 1ec8a75

Please sign in to comment.