Skip to content

Commit

Permalink
Fix calendar
Browse files Browse the repository at this point in the history
midudev committed Mar 5, 2024
1 parent d486a19 commit 8e00095
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/CalendarButton.astro
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@ import { DARK_THEME, LIGHT_THEME } from "@/consts/themes"

<script is:inline define:vars={{ darkTheme: DARK_THEME, lightTheme: LIGHT_THEME }}>
const config = {
name: "🥊 La Velada del Año 4 - Evento de Presentación",
name: "🥊 La Velada del Año 4 - El Evento del Año",
description:
"La presentación de La Velada del Año 4 está por comenzar.<br><br>Entra a Twitch y no te lo pierdas → [url]https://twitch.tv/ibai[/url]",
startDate: "2024-03-04",
endDate: "2024-03-04",
"¡Arranca la Velada del Año!<br><br>Entra a Twitch y no te lo pierdas → [url]https://twitch.tv/ibai[/url]",
startDate: "2024-07-13",
endDate: "2024-07-13",
startTime: "19:00",
endTime: "22:00",
options: ["Google", "Apple", "Microsoft365", "MicrosoftTeams"],

0 comments on commit 8e00095

Please sign in to comment.