Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Nov 28, 2023
1 parent ae4198d commit a969699
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions apps/site/lib/site_web/templates/alert/_item.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@
</div>
</div>
<%= if @alert.description do %>
<div class="c-alert-item__top-caret-container">

<div class="c-alert-item__top-caret-container">
<%= fa "angle-up", class: "c-alert-item__caret--up" %>
<%= fa "angle-down", class: "c-alert-item__caret--down" %>

</div>
<% end %>
</div>
<% end %>
</div>
<%= if @alert.description do %>
<div class="c-alert-item__bottom c-alert-item__bottom--<%= @alert.priority %>">
Expand Down

0 comments on commit a969699

Please sign in to comment.