Skip to content

Commit

Permalink
fix: update comunidad button text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
geroxima committed Sep 9, 2024
1 parent 4e70c67 commit e7451dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/comunidad/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import CommunityCards from "@components/CommunityCards.astro";

<Layout title="Acerca de nosotros">
<div class="absolute inset-0 -z-10 h-full w-full bg-white bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px]"></div>
<section class="">
<section>
<div class="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16 lg:px-12">
<div id="confetti-button" class="cursor-pointer inline-flex items-center p-3 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full hover:bg-gray-200 " role="alert">
<div onselectstart="return false" id="confetti-button" class="cursor-pointer inline-flex items-center p-3 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full hover:bg-gray-200 " role="alert">
<Icon name="party" class="w-5 h-5 mr-2" />
<span class="text-sm font-medium text-gray-500">¡Lo has logrado!</span>
</div>
Expand Down

0 comments on commit e7451dd

Please sign in to comment.