Skip to content

Commit

Permalink
Forward @Class argument in docs-viewer/x-nav-list component (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Sep 12, 2023
1 parent 86f8ba2 commit d9653cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/docs-viewer/x-nav-list/index.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<ul ...attributes>
<ul class={{@class}} ...attributes>
{{yield (hash item=(component "docs-viewer/x-nav-item"))}}
</ul>

0 comments on commit d9653cc

Please sign in to comment.