1- import GitHub from ' ../icons/Github' ;
2- import LinkedIn from ' ../icons/Linkedin' ;
3- import Twitter from ' ../icons/Twitter' ;
4- import Unsplash from ' ../icons/Unsplash' ;
1+ import GitHub from " ../icons/Github" ;
2+ import LinkedIn from " ../icons/Linkedin" ;
3+ import Twitter from " ../icons/Twitter" ;
4+ import Unsplash from " ../icons/Unsplash" ;
55
6- export default function Footer ( ) {
6+ export default function Footer ( ) {
77 return (
88 < footer className = "bg-white" >
99 < div className = "max-w-3xl mx-auto py-12 md:flex md:items-center md:justify-between" >
1010 < div className = "flex justify-center space-x-6 md:order-2" >
11- < a href = "https://linkedin.com/in/jpvalery" className = "text-gray-400 hover:text-gray-500 h-6 w-6" >
11+ < a
12+ href = "https://linkedin.com/in/jpvalery"
13+ className = "text-gray-400 hover:text-gray-500 h-6 w-6"
14+ >
1215 < span className = "sr-only" > LinkedIn</ span >
1316 < LinkedIn />
1417 </ a >
1518
16- < a href = "https://unsplash.com/@jpvalery" className = "text-gray-400 hover:text-gray-500 h-6 w-6" >
19+ < a
20+ href = "https://unsplash.com/@jpvalery"
21+ className = "text-gray-400 hover:text-gray-500 h-6 w-6"
22+ >
1723 < span className = "sr-only" > Unsplash</ span >
1824 < Unsplash />
1925 </ a >
2026
21- < a href = "https://github.com/jpvalery" className = "text-gray-400 hover:text-gray-500 h-6 w-6" >
27+ < a
28+ href = "https://github.com/jpvalery"
29+ className = "text-gray-400 hover:text-gray-500 h-6 w-6"
30+ >
2231 < span className = "sr-only" > GitHub</ span >
2332 < GitHub />
2433 </ a >
2534
26- < a href = "https://twitter.com/jpvalery" className = "text-gray-400 hover:text-gray-500 h-6 w-6" >
35+ < a
36+ href = "https://twitter.com/jpvalery"
37+ className = "text-gray-400 hover:text-gray-500 h-6 w-6"
38+ >
2739 < span className = "sr-only" > Twitter</ span >
2840 < Twitter />
2941 </ a >
30-
3142 </ div >
3243 < div className = "mt-8 md:mt-0 md:order-1" >
3344 < p className = "text-center text-base text-gray-500" >
@@ -36,5 +47,5 @@ export default function Footer () {
3647 </ div >
3748 </ div >
3849 </ footer >
39- )
50+ ) ;
4051}
0 commit comments