Skip to content

Commit

Permalink
Merge pull request #930 from DavdPortillo/main
Browse files Browse the repository at this point in the history
CalendarButton Fixed
  • Loading branch information
midudev authored May 13, 2024
2 parents 4a0b853 + 84e66e7 commit 888c837
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/CalendarButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ import Action from "@/components/Action.astro"
}

window.atcb_action(config, button)

setTimeout(() => {
button.innerHTML = "Agregar al calendario"
}, 3000)
}

button?.addEventListener("click", handleClick)
Expand Down

0 comments on commit 888c837

Please sign in to comment.