@@ -45,22 +45,22 @@ const Footer = () => {
4545 href = "/"
4646 rel = "noreferrer"
4747 target = "_blank"
48- className = "text-black transition hover:text-gray-700/75 dark:text-white dark:hover:text-gray-100/90"
4948 >
50- < FaFacebookF size = { 20 } />
49+ < FaFacebookF size = { 20 }
50+ className = "dark:text-white dark:hover:text-[#3b5998] transition-all duration-150 ease-in-out" />
5151 </ Link >
5252 </ li >
5353
5454 < li >
5555 < Link
5656 href = "https://twitter.com/devs_in_tech"
57- aria-label = "Visit us on Twitter"
57+ aria-label = "Visit us on Twitter"
5858 title = "Twitter (External Link)"
5959 rel = "noopener noreferrer"
6060 target = "_blank"
61- className = "text-black transition hover:text-gray-700/75 dark:text-white dark:hover:text-gray-100/90"
6261 >
63- < FaTwitter size = { 20 } />
62+ < FaTwitter size = { 20 }
63+ className = "dark:fill-white dark:hover:fill-[#1DA1F2] transition-all duration-200 ease-in-out" />
6464 </ Link >
6565 </ li >
6666
@@ -70,12 +70,12 @@ const Footer = () => {
7070 < Link
7171 href = "/"
7272 target = "_blank"
73- aria-label = "Visit us on Linkedin"
73+ aria-label = "Visit us on Linkedin"
7474 title = "Linkedin (External Link)"
7575 rel = "noopener noreferrer"
76- className = "text-black transition hover:text-gray-700/75 dark:text-white dark:hover:text-gray-100/90"
7776 >
78- < FaLinkedinIn size = { 20 } />
77+ < FaLinkedinIn size = { 20 }
78+ className = "dark:hover:fill-[#0072b1] dark:fill-white transition-all duration-200 ease-in-out" />
7979 </ Link >
8080 </ li >
8181
@@ -84,13 +84,13 @@ const Footer = () => {
8484 < li >
8585 < Link
8686 href = "/"
87- aria-label = "Visit us on Instagram"
87+ aria-label = "Visit us on Instagram"
8888 title = "Instagram (External Link)"
8989 rel = "noopener noreferrer"
9090 target = "_blank"
91- className = "text-black transition hover:text-gray-700/75 dark:text-white dark:hover:text-gray-100/90"
9291 >
93- < FaInstagram size = { 20 } />
92+ < FaInstagram size = { 20 }
93+ className = "dark:hover:fill-[#E4405F] dark:fill-white transition-all ease-in-out duration-200" />
9494 </ Link >
9595 </ li >
9696
@@ -99,13 +99,13 @@ const Footer = () => {
9999 < li >
100100 < Link
101101 href = "https://discord.com/invite/g7FmxB9uZp"
102- aria-label = "Join with us on Discord"
102+ aria-label = "Join with us on Discord"
103103 title = "Discord (External Link)"
104104 rel = "noopener noreferrer"
105105 target = "_blank"
106- className = "text-black transition hover:text-gray-700/75 dark:text-white dark:hover:text-gray-100/90"
107106 >
108- < FaDiscord size = { 20 } />
107+ < FaDiscord size = { 20 }
108+ className = "dark:hover:fill-[#5865F2] dark:fill-white transition-all duration-200 ease-in-out" />
109109 </ Link >
110110 </ li >
111111 </ ul >
0 commit comments