Compare commits

...

2 Commits

Author SHA1 Message Date
a303b8be00 Update ContactSection.vue
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m47s
2026-02-24 23:48:25 -07:00
bb0b348069 Update bun.lock 2026-02-24 23:24:39 -07:00
2 changed files with 524 additions and 524 deletions

1042
bun.lock

File diff suppressed because it is too large Load Diff

View File

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