@@ -9,57 +9,57 @@ import {
99} from 'react-feather' ;
1010import ReactTooltip from 'react-tooltip' ;
1111
12- const Footer = ( ) => {
12+ function Footer ( ) {
1313 return (
14- < footer className = ' footer' >
15- < ReactTooltip type = ' light' />
16- < p className = ' has-text-centered is-size-4 has-text-grey-light' > • • •</ p >
17- < div className = ' column' >
18- < div className = ' buttons is-centered' >
14+ < footer className = " footer" >
15+ < ReactTooltip type = " light" />
16+ < p className = " has-text-centered is-size-4 has-text-grey-light" > • • •</ p >
17+ < div className = " column" >
18+ < div className = " buttons is-centered" >
1919 < a
20- href = ' https://www.facebook.com/binu.kumar.90857'
21- target = ' _blank'
22- rel = ' noopener noreferrer'
23- className = ' button button-special is-rounded box-shadow-lift'
24- data-tip = ' connect on Facebook 🦸♂'
20+ href = " https://www.facebook.com/binu.kumar.90857"
21+ target = " _blank"
22+ rel = " noopener noreferrer"
23+ className = " button button-special is-rounded box-shadow-lift"
24+ data-tip = " connect on Facebook 🦸♂"
2525 >
26- < Facebook color = ' blue' className = ' icon' />
26+ < Facebook color = " blue" className = " icon" />
2727 </ a >
2828 < a
29- href = ' https://www.instagram.com/krbinu42/'
30- target = ' _blank'
31- rel = ' noopener noreferrer'
32- className = ' button button-special is-rounded box-shadow-lift'
33- data-tip = ' connect on Instagram 🎉'
29+ href = " https://www.instagram.com/krbinu42/"
30+ target = " _blank"
31+ rel = " noopener noreferrer"
32+ className = " button button-special is-rounded box-shadow-lift"
33+ data-tip = " connect on Instagram 🎉"
3434 >
35- < Instagram color = ' #C74B91' className = ' icon' />
35+ < Instagram color = " #C74B91" className = " icon" />
3636 </ a >
3737 < a
38- href = ' https://github.com/Binu42'
39- target = ' _blank'
40- rel = ' noopener noreferrer'
41- className = ' button button-special is-rounded box-shadow-lift'
42- data-tip = ' connect on Github ❤️'
38+ href = " https://github.com/Binu42"
39+ target = " _blank"
40+ rel = " noopener noreferrer"
41+ className = " button button-special is-rounded box-shadow-lift"
42+ data-tip = " connect on Github ❤️"
4343 >
44- < GitHub className = ' icon' />
44+ < GitHub className = " icon" />
4545 </ a >
4646 < a
47- href = ' https://twitter.com/kbinu42'
48- target = ' _blank'
49- rel = ' noopener noreferrer'
50- className = ' button button-special is-rounded box-shadow-lift'
51- data-tip = ' connect on Twitter 🤷♂️'
47+ href = " https://twitter.com/kbinu42"
48+ target = " _blank"
49+ rel = " noopener noreferrer"
50+ className = " button button-special is-rounded box-shadow-lift"
51+ data-tip = " connect on Twitter 🤷♂️"
5252 >
53- < Twitter color = ' #1DA1F2' className = ' icon' />
53+ < Twitter color = " #1DA1F2" className = " icon" />
5454 </ a >
5555 < a
56- href = ' https://www.linkedin.com/in/binukumar/'
57- target = ' _blank'
58- rel = ' noopener noreferrer'
59- className = ' is-hidden-touch button button-special is-rounded box-shadow-lift'
60- data-tip = ' connect on Linkedin 👨⚖️'
56+ href = " https://www.linkedin.com/in/binukumar/"
57+ target = " _blank"
58+ rel = " noopener noreferrer"
59+ className = " is-hidden-touch button button-special is-rounded box-shadow-lift"
60+ data-tip = " connect on Linkedin 👨⚖️"
6161 >
62- < Linkedin color = ' #0077B5' className = ' icon' />
62+ < Linkedin color = " #0077B5" className = " icon" />
6363 </ a >
6464 </ div >
6565 </ div >
@@ -68,22 +68,27 @@ const Footer = () => {
6868 This Project is just for Learning and teaching purposes.
6969 </p>
7070 </div> */ }
71- < div className = 'column has-text-centered' >
72- < p className = 'menu-label' >
73- Made with < Heart color = 'red' fill = 'red' size = '15px' /> { ' ' }
71+ < div className = "column has-text-centered" >
72+ < p className = "menu-label" >
73+ Made with
74+ { ' ' }
75+ < Heart color = "red" fill = "red" size = "15px" />
76+ { ' ' }
7477 < a
75- href = ' https://binu42.netlify.com'
76- target = ' _blank'
77- rel = ' noopener noreferrer'
78+ href = " https://binu42.netlify.com"
79+ target = " _blank"
80+ rel = " noopener noreferrer"
7881 >
7982 By Binu Kumar
80- </ a > { ' ' }
83+ </ a >
84+ { ' ' }
8185 < br />
82- ©{ new Date ( ) . getFullYear ( ) }
86+ ©
87+ { new Date ( ) . getFullYear ( ) }
8388 </ p >
8489 </ div >
8590 </ footer >
8691 ) ;
87- } ;
92+ }
8893
8994export default Footer ;
0 commit comments