Skip to content

Commit

Permalink
Add readonly to share input field
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Dec 2, 2024
1 parent 2145c35 commit ad02019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/inscription.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class="block px-2 text-sm/6 font-medium text-orange-100"
id="ninja-share"
class="block w-full text-neutral-500 rounded-md bg-white px-3 py-1.5 text-sm outline outline-1 -outline-offset-1 outline-gray-300"
value="{{ Str::of('https://pizza.ninja/')->append($inscription->getInternalCollectionId()) }}"
readonly
>
</div>
</div>
Expand Down

0 comments on commit ad02019

Please sign in to comment.