change format message thank you after order
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m4s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m4s
This commit is contained in:
parent
7b55d9b7c1
commit
517d393ac0
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) {
|
||||
submitButton.style.display = 'none'
|
||||
notification.innerHTML = `<h2>${currentMessages.thankyou}</h2>`
|
||||
notification.innerHTML = `<span>## ${currentMessages.thankyou}</span>`
|
||||
notification.className = 'bg-green-500 text-black px-4 py-2 rounded block'
|
||||
} else {
|
||||
submitButton.style.display = 'none'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue