Skip to content

Commit

Permalink
fix: remove not needed classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Sep 18, 2024
1 parent 6ecc788 commit c7f3e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/livewire/link-settings/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ class="text-{{ $user->left_color }} focus:ring-{{ $user->left_color }} mr-3 mt-2
/>
<label
for="{{ $gradient }}"
class="{{ $gradient }} from-indigo-400_ to-blue-500_ relative block w-full cursor-pointer rounded-lg border bg-white bg-gradient-to-r px-6 py-4 shadow-sm focus:outline-none sm:flex sm:justify-between"
class="{{ $gradient }} relative block w-full cursor-pointer rounded-lg border bg-white bg-gradient-to-r px-6 py-4 shadow-sm focus:outline-none sm:flex sm:justify-between"
>
<span
class="border-pink-600__ pointer-events-none absolute -inset-px rounded-lg border-2"
class="pointer-events-none absolute -inset-px rounded-lg border-2"
aria-hidden="true"
></span>
</label>
Expand Down

0 comments on commit c7f3e6c

Please sign in to comment.