@@ -6,7 +6,7 @@ const Footer = () => {
66 const year = new Date ( ) . getFullYear ( ) ;
77
88 return (
9- < footer className = ' mt-2 py-4 border-top border-info border-2 d-flex flex-column flex-md-row align-items-center justify-content-md-evenly text-center text-md-start' style = { { backgroundColor : '#12151e' , position : 'sticky' , bottom : 0 , width : '100%' , zIndex : 1000 } } >
9+ < footer className = " mt-2 py-4 border-top border-info border-2 d-flex flex-column flex-md-row align-items-center justify-content-md-evenly text-center text-md-start" style = { { backgroundColor : '#12151e' , width : '100%' , zIndex : 1000 } } >
1010 < div className = "w-50 text-light mb-3 mb-md-0" >
1111 < h5 className = "h5 mb-3" > WEB MASTER LOG 🚀</ h5 >
1212 < p className = "small" >
@@ -18,19 +18,19 @@ const Footer = () => {
1818 < h2 className = "h5 mb-3" > Connect with me</ h2 >
1919 < div className = "d-flex justify-content-around mb-2" >
2020 < motion . a whileHover = { { scale : 1.2 } } className = "text-white me-2" href = "https://discord.gg/tSqtvHUJzE" >
21- < FaDiscord style = { { width : '25px' , height : '25px' } } />
21+ < FaDiscord style = { { width : '25px' , height : '25px' } } />
2222 </ motion . a >
2323 < motion . a whileHover = { { scale : 1.2 } } className = "text-white me-2" href = "https://www.linkedin.com/in/avdhesh-varshney/" >
24- < FaLinkedin style = { { width : '25px' , height : '25px' } } />
24+ < FaLinkedin style = { { width : '25px' , height : '25px' } } />
2525 </ motion . a >
2626 < motion . a whileHover = { { scale : 1.2 } } className = "text-white me-2" href = "https://x.com/__Avdhesh__" >
27- < FaXTwitter style = { { width : '25px' , height : '25px' } } />
27+ < FaXTwitter style = { { width : '25px' , height : '25px' } } />
2828 </ motion . a >
2929 < motion . a whileHover = { { scale : 1.2 } } className = "text-white me-2" href = "https://www.youtube.com/@Code_A2Z" >
30- < FaYoutube style = { { width : '25px' , height : '25px' } } />
30+ < FaYoutube style = { { width : '25px' , height : '25px' } } />
3131 </ motion . a >
3232 < motion . a whileHover = { { scale : 1.2 } } className = "text-white" href = "https://github.com/Avdhesh-Varshney" >
33- < FaGithub style = { { width : '25px' , height : '25px' } } />
33+ < FaGithub style = { { width : '25px' , height : '25px' } } />
3434 </ motion . a >
3535 </ div >
3636
0 commit comments