Skip to content

Commit

Permalink
fix(PrincipalDate): actualización dinámica de la fecha del evento en …
Browse files Browse the repository at this point in the history
…el elemento <time>
  • Loading branch information
wilsuriel03 committed Feb 27, 2024
1 parent 27dc8d8 commit c34a9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/PrincipalDate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import MapMarkerIcon from "@/icons/map-marker.astro"
class="mx-auto mt-16 flex animate-fade-in flex-col place-items-center text-center text-primary animate-delay-[2s] md:mt-32"
>
<div class="text-3xl font-semibold uppercase md:text-5xl">
<time class="date"> 4 de marzo</time>
<time class="date"></time>
<span aria-hidden="true" class="mx-1 hidden md:inline">·</span>
<br aria-hidden="true" class="block md:hidden" />
<time class="time"></time>
Expand Down

0 comments on commit c34a9ea

Please sign in to comment.