diff --git a/src/components/Footer.js b/src/components/Footer.js index 08fdac55d..9a06d0802 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -12,6 +12,8 @@ import { } from 'react-icons/ai' import { VscGithubInverted, VscGithubAlt } from 'react-icons/vsc' import { IoLogoDeviantart } from 'react-icons/io5' +import mousePointerOK from '../assets/mousePointerOK.png' +import mouseGrab from '../assets/mouseGrab.png' const Footer = () => { const location = useLocation() @@ -83,8 +85,8 @@ const Footer = () => { + rel='noopener noreferrer' + > {devianIcon} diff --git a/src/components/modal/AlertEasterEgg.js b/src/components/modal/AlertEasterEgg.js index f4048cc0d..ac717af60 100644 --- a/src/components/modal/AlertEasterEgg.js +++ b/src/components/modal/AlertEasterEgg.js @@ -42,7 +42,7 @@ const AlertEasterEgg = ({ isOpen, onClose }) => { fontFamily='poppins' fontStyle='bold' fontWeight='700' - color={colorMode === 'light' ? 'light.white' : 'dark.pTitle'} + color={colorMode === 'light' ? 'black' : 'dark.pTitle'} > Parabéns!! Você capturou 10 Pokémons! diff --git a/src/components/modal/AlertEasterEggComlplete.js b/src/components/modal/AlertEasterEggComlplete.js index 73a2d4ef4..90f4a3065 100644 --- a/src/components/modal/AlertEasterEggComlplete.js +++ b/src/components/modal/AlertEasterEggComlplete.js @@ -43,13 +43,13 @@ const AlertEasterEggComlplete = ({ > Parabéns!! Você venceu! @@ -67,10 +67,11 @@ const AlertEasterEggComlplete = ({ fontStyle='bold' mt='1em' direction='column' + > Jogar de novo? @@ -79,6 +80,7 @@ const AlertEasterEggComlplete = ({