From a303b8be00ae2995e9bfd57f75057ff832ee93fb Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 24 Feb 2026 23:48:25 -0700 Subject: [PATCH] Update ContactSection.vue --- src/components/sections/ContactSection.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/ContactSection.vue b/src/components/sections/ContactSection.vue index d0565a8..84faf39 100644 --- a/src/components/sections/ContactSection.vue +++ b/src/components/sections/ContactSection.vue @@ -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'" >