Skip to content

Commit d9653cc

Browse files
authored
Forward @Class argument in docs-viewer/x-nav-list component (#1488)
1 parent 86f8ba2 commit d9653cc

File tree

1 file changed

+1
-1
lines changed
  • addon/components/docs-viewer/x-nav-list

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<ul ...attributes>
1+
<ul class={{@class}} ...attributes>
22
{{yield (hash item=(component "docs-viewer/x-nav-item"))}}
33
</ul>

0 commit comments

Comments
 (0)