Skip to content

Commit fa0aea6

Browse files
committed
SideMenu::Item: Add missing ...attributes
1 parent e5d3b47 commit fa0aea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/side-menu/item.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<li>
1+
<li ...attributes>
22
<a href={{@link.url}} local-class="link {{if @link.isActive "active"}}" {{on "click" @link.transitionTo}}>{{yield}}</a>
33
</li>

0 commit comments

Comments
 (0)