Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
notable-sebastian committed Jan 22, 2025
1 parent 790b0bc commit 3d73d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def drawer_menu_navigation_item(text, link, icon = nil)
link_to link, **link_options do
tag.span(class: 'mdc-deprecated-list-item__ripple') +
tag.span(text, class: 'mdc-deprecated-list-item__text') +
(icon ? tag.i(icon, class: 'material-icons mdc-deprecated-list-item__graphic') : ''.html_safe)
(icon ? tag.i(icon, class: 'material-icons mdc-deprecated-list-item__graphic') : ''.html_safe)
end
end

Expand Down

0 comments on commit 3d73d39

Please sign in to comment.