Skip to content

Commit

Permalink
added attributes binding to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 6, 2023
1 parent 1f4806b commit bd7a77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/layout/sidebar.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="next-sidebar" {{did-insert (fn this.setupNode "sidebar")}}>
<nav class="next-sidebar" {{did-insert (fn this.setupNode "sidebar")}} ...attributes>
<div class="next-sidebar-content">
{{yield}}
</div>
Expand Down

0 comments on commit bd7a77a

Please sign in to comment.