This commit is contained in:
2024-11-30 12:40:45 -05:00
parent 2038c3bdd2
commit deb52f6f84
+1 -1
View File
@@ -133,4 +133,4 @@
{/if} {/if}
</button> </button>
<button class="hover:underline text-gray-400 cursor-pointer text-sm mt-2" on:click={() => next()}>Skip</button> <button class="hover:underline text-gray-400 cursor-pointer text-sm mt-2" class:invisible={errors.length > 0} on:click={() => next()}>Skip</button>