change format message thank you after order
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m16s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m16s
This commit is contained in:
parent
1e34d056dd
commit
0cfdc5091f
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ function handleSubmit(e) {
|
||||||
// if data.success is true, show a success message
|
// if data.success is true, show a success message
|
||||||
if (data.success) {
|
if (data.success) {
|
||||||
submitButton.style.display = 'none'
|
submitButton.style.display = 'none'
|
||||||
notification.innerHTML = `<span>${currentMessages.thankyou}</span>`
|
notification.innerHTML = `<h2>${currentMessages.thankyou}</h2>`
|
||||||
notification.className = 'bg-green-500 text-black px-4 py-2 rounded block'
|
notification.className = 'bg-green-500 text-black px-4 py-2 rounded block'
|
||||||
} else {
|
} else {
|
||||||
submitButton.style.display = 'none'
|
submitButton.style.display = 'none'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue