Skip to content

Commit

Permalink
Use .icon function from core components (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboe authored Feb 8, 2024
1 parent 1fc258e commit e15ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beacon_web/components/layouts/app.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
phx-disconnected={show("#disconnected")}
phx-connected={hide("#disconnected")}
>
Attempting to reconnect <Heroicons.arrow_path class="ml-1 w-3 h-3 inline animate-spin" />
Attempting to reconnect <.icon name="hero-arrow-path" class="ml-1 w-3 h-3 inline animate-spin" />
</.flash>
<%= @inner_content %>
</div>
Expand Down

0 comments on commit e15ea13

Please sign in to comment.