Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Sep 1, 2024
1 parent 5476f8f commit 0568295
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/basket_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,7 @@ defmodule BasketWeb.CoreComponents do
<%= @title %>
</p>
<p class="mt-2 text-sm leading-5"><%= msg %></p>
<button
type="button"
class="group absolute top-1 right-1 p-2"
aria-label={gettext("close")}
>
<button type="button" class="group absolute top-1 right-1 p-2" aria-label={gettext("close")}>
<.icon name="hero-x-mark-solid" class="h-5 w-5 opacity-40 group-hover:opacity-70" />
</button>
</div>
Expand Down

0 comments on commit 0568295

Please sign in to comment.