Skip to content

Commit

Permalink
Fix format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Mar 10, 2024
1 parent 1663841 commit 943ead8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/ex_finance_web/controllers/page_html/home.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@
<span class="absolute inset-0 rounded-2xl bg-zinc-50 transition group-hover:bg-zinc-100 sm:group-hover:scale-105">
</span>
<span class="relative flex items-center gap-4 sm:flex-col">
<.icon name="hero-currency-dollar" class="h-7 w-7 group-hover:text-brand" />
<.icon
name="hero-currency-dollar"
class="h-7 w-7 group-hover:text-brand"
/>
<span class="group-hover:text-brand">
<%= gettext("Currencies") %>
</span>
Expand Down Expand Up @@ -160,7 +163,10 @@
<span class="absolute inset-0 rounded-2xl bg-zinc-50 transition group-hover:bg-zinc-100 sm:group-hover:scale-105">
</span>
<span class="relative flex items-center gap-4 sm:flex-col">
<.icon name="hero-currency-dollar" class="h-7 w-7 group-hover:text-brand" />
<.icon
name="hero-currency-dollar"
class="h-7 w-7 group-hover:text-brand"
/>
<span class="group-hover:text-brand">
<%= gettext("Currencies") %>
</span>
Expand Down

0 comments on commit 943ead8

Please sign in to comment.