Skip to content

Commit 676e099

Browse files
committed
colors
1 parent 62dab69 commit 676e099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const WhatsappComponent = ({ ReactGA, showHuman, recaptchaRef }) => (
3232
})
3333
}}
3434
href={showHuman ? `https://api.whatsapp.com/send?phone=${process.env.PHONE_NUMBER}` : '#'}
35-
className="whitespace-nowrap w-1/2 px-3 py-2 text-gray-900 border-gray-400 bg-[#6BCB77] border rounded-lg" rel="noreferrer">
35+
className="whitespace-nowrap w-1/2 px-3 py-2 text-white bg-[#128C7E] border border-[#128C7E] rounded-lg" rel="noreferrer">
3636
<FaWhatsapp className='inline-block mb-1' /> Whatsapp
3737
</a>
3838
)
@@ -49,7 +49,7 @@ const ResumePdfComponent = ({ showHuman, recaptchaRef, ReactGA }) => (
4949
label: 'resumePdf'
5050
})
5151
}}
52-
className="whitespace-nowrap w-1/2 px-3 py-2 text-white bg-[#FD5D5D] border rounded-lg" rel="noreferrer">
52+
className="w-1/2 px-3 py-2 text-white bg-red-600 border rounded-lg whitespace-nowrap" rel="noreferrer">
5353
<IconDonwload className='inline-block mb-1' /> {' '} Resume
5454
</a>
5555
)

0 commit comments

Comments
 (0)