Skip to content

Commit

Permalink
Use SidebarItem instead of H2
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Lasser <[email protected]>
  • Loading branch information
eyeseast and allanlasser authored Mar 26, 2024
1 parent c753028 commit cfa602b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/documents/[id]-[slug]/sidebar/Sections.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</script>

<SidebarGroup>
<h2 slot="title">
<SidebarItem slot="title">
<ListOrdered16 />
Sections
</h2>
</SidebarItem>

{#each sections as section}
<SidebarItem>
Expand Down

0 comments on commit cfa602b

Please sign in to comment.