Skip to content

Commit

Permalink
Merge pull request #181 from Draulez/feature/cookiesImprovementMessage
Browse files Browse the repository at this point in the history
style(CookieBanner.tsx): Agrega información adicional a Rechzar Cookies
  • Loading branch information
Pinx0 authored Nov 9, 2024
2 parents 54e6275 + e0a3295 commit d463a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/CookieBanner/CookieBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const CookieBanner: FC = () => {
onClick={handleRejectCookies}
className="flex-1 bg-red-500 text-white py-3 px-4 rounded-lg font-semibold"
>
Rechazar
<p>Rechazar</p>
<p className="text-xs text-white opacity-80 block">(Se redigirá a la página de google)</p>
</button>
<button
onClick={handleAcceptCookies}
Expand Down

0 comments on commit d463a45

Please sign in to comment.