Update ContactSection.vue
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m47s

This commit is contained in:
2026-02-24 23:48:25 -07:00
parent bb0b348069
commit a303b8be00

View File

@@ -239,12 +239,12 @@ ${message.value}`,
class="btn btn-lg w-full shadow-lg transition-all duration-300"
:class="[
status === 'success'
? 'btn-success text-white'
? 'btn-success text-white pointer-events-none'
: status === 'error'
? 'btn-error text-white'
? 'btn-error text-white pointer-events-none'
: 'btn-primary',
]"
:disabled="status === 'sending' || status === 'success'"
:disabled="status === 'sending'"
>
<template v-if="status === 'sending'">
<span