Skip to content

Commit

Permalink
add aclaration on food restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Dec 10, 2023
1 parent e83ea38 commit 5917daf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/registro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ const metadata = {
</select>
<label for="food" class="block text-sm font-medium my-1 mt-4">
Restricciones alimentarias <small class="text-red-500 pl-1">*</small>
<span class="ml-2 text-gray-500 hover:text-gray-700 cursor-help group relative text-small">
<Icon name="tabler:help" class="w-4 h-4 mb-1 inline" />
<span class="absolute w-64 bg-gray-800 text-white text-xs rounded-lg py-2 px-3 -mt-12 ml-16 hidden group-hover:block">
En caso de indicar "Otras", contactaremos contigo de manera individual para especificarlas.
</span>
</span>
</label>
<select
id="food"
Expand Down

0 comments on commit 5917daf

Please sign in to comment.