Skip to content

Commit

Permalink
- Update countdown text and message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhony14 committed Feb 27, 2024
1 parent 3b6c788 commit a872ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Countdown.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ import { EVENT_TIMESTAMP } from "@/consts/event-date"

if (diff < 1000) {
clearInterval(intervalId)
document.querySelector(".countdown-text").remove()
document.querySelector(".countdown-text")?.remove()

$countdown.innerHTML = "¡La velada ha comenzado! 🎉"
$countdown.innerHTML = "¡El evento de presentación ha empezado! 🎉"
$countdown.className = "text-primary uppercase font-semibold animate-fade-in text-3xl"

import("canvas-confetti").then(({ default: confetti }) => {
Expand Down

0 comments on commit a872ad3

Please sign in to comment.