Skip to content

Commit

Permalink
Update app/models/blacklight/icon.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored Jun 18, 2020
1 parent 610ba55 commit 1ddbb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/blacklight/icon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def options
{
class: classes,
"aria-hidden": (true if aria_hidden),
"aria-label": icon_label
"aria-label": icon_label if label
}
end

Expand Down

0 comments on commit 1ddbb2e

Please sign in to comment.