Skip to content

Commit ea847b1

Browse files
committed
undo format changes
1 parent d385b2f commit ea847b1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

installer/templates/phx_web/controllers/page_html/home.html.heex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ export PATH=$HOME/<%= @elixir_install_bin_path %>:$PATH</code><% end %>
138138
href="https://hexdocs.pm/phoenix/overview.html"
139139
class="group relative rounded-box px-6 py-4 text-sm font-semibold leading-6 sm:py-6"
140140
>
141-
<span class="absolute inset-0 rounded-box bg-base-200 transition group-hover:bg-base-300 sm:group-hover:scale-105"></span>
141+
<span class="absolute inset-0 rounded-box bg-base-200 transition group-hover:bg-base-300 sm:group-hover:scale-105">
142+
</span>
142143
<span class="relative flex items-center gap-4 sm:flex-col">
143144
<svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6">
144145
<path d="m12 4 10-2v18l-10 2V4Z" fill="currentColor" fill-opacity=".15" />
@@ -157,7 +158,8 @@ export PATH=$HOME/<%= @elixir_install_bin_path %>:$PATH</code><% end %>
157158
href="https://github.com/phoenixframework/phoenix"
158159
class="group relative rounded-box px-6 py-4 text-sm font-semibold leading-6 sm:py-6"
159160
>
160-
<span class="absolute inset-0 rounded-box bg-base-200 transition group-hover:bg-base-300 sm:group-hover:scale-105"></span>
161+
<span class="absolute inset-0 rounded-box bg-base-200 transition group-hover:bg-base-300 sm:group-hover:scale-105">
162+
</span>
161163
<span class="relative flex items-center gap-4 sm:flex-col">
162164
<svg viewBox="0 0 24 24" aria-hidden="true" class="h-6 w-6">
163165
<path
@@ -174,7 +176,8 @@ export PATH=$HOME/<%= @elixir_install_bin_path %>:$PATH</code><% end %>
174176
href={"https://github.com/phoenixframework/phoenix/blob/v#{Application.spec(:phoenix, :vsn)}/CHANGELOG.md"}
175177
class="group relative rounded-box px-6 py-4 text-sm font-semibold leading-6 sm:py-6"
176178
>
177-
<span class="absolute inset-0 rounded-box bg-base-200 transition group-hover:bg-base-300 sm:group-hover:scale-105"></span>
179+
<span class="absolute inset-0 rounded-box bg-base-200 transition group-hover:bg-base-300 sm:group-hover:scale-105">
180+
</span>
178181
<span class="relative flex items-center gap-4 sm:flex-col">
179182
<svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6">
180183
<path

0 commit comments

Comments
 (0)