Skip to content

Commit

Permalink
Keep erblint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 13, 2024
1 parent 7ef35c8 commit ee16e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/tailwind/icon.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<% when :info %>
<%# TODO: Get rid of hardcoded white colour %>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="10" fill="currentColor"/>
<circle cx="10" cy="10" r="10" fill="currentColor" />
<path d="M11.5777 7.538V15H9.08575V7.538H11.5777ZM10.3317 3.52C10.7517 3.52 11.0924 3.65067 11.3537 3.912C11.6244 4.17333 11.7597 4.5 11.7597 4.892C11.7597 5.284 11.6244 5.61067 11.3537 5.872C11.0924 6.13333 10.7517 6.264 10.3317 6.264C9.91175 6.264 9.56641 6.13333 9.29575 5.872C9.03441 5.61067 8.90375 5.284 8.90375 4.892C8.90375 4.5 9.03441 4.17333 9.29575 3.912C9.56641 3.65067 9.91175 3.52 10.3317 3.52Z" fill="white" />
</svg>
<% else %>
Expand Down

0 comments on commit ee16e2f

Please sign in to comment.