Removed unneeded HTML attributes from old alpine approach

This commit is contained in:
Kieran Eglin 2024-03-10 14:30:25 -07:00
parent 2533788565
commit 6ca11de233
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ defmodule PinchflatWeb.CoreComponents do
attr :inputclass, :string, default: "" attr :inputclass, :string, default: ""
attr :rest, :global, include: ~w(accept autocomplete capture cols disabled form list max maxlength min minlength attr :rest, :global, include: ~w(accept autocomplete capture cols disabled form list max maxlength min minlength
multiple pattern placeholder readonly required rows size step x-model) multiple pattern placeholder readonly required rows size step)
slot :inner_block slot :inner_block

View file

@ -1,5 +1,5 @@
<.modal id="upgrade-modal" allow_close={false}> <.modal id="upgrade-modal" allow_close={false}>
<section x-data="{ inputValue: '' }"> <section>
<h3 class="text-2xl text-white">Pro Mode</h3> <h3 class="text-2xl text-white">Pro Mode</h3>
<p class="text-sm">Don't worry - Pinchflat is completely free :&rpar;</p> <p class="text-sm">Don't worry - Pinchflat is completely free :&rpar;</p>
<p class="mt-4"> <p class="mt-4">