Skip to content

Commit

Permalink
style(CookieBanner.tsx): Agrega información adicional al mensaje de R…
Browse files Browse the repository at this point in the history
…echazar Cookies
  • Loading branch information
Draulez committed Nov 9, 2024
1 parent 1cf3c0e commit e0a3295
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 e0a3295

Please sign in to comment.