File tree 1 file changed +19
-8
lines changed
1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
- import { FiGithub , FiTwitter , FiInstagram , FiBook } from 'react-icons/fi' ;
1
+ import {
2
+ FiGithub ,
3
+ FiTwitter ,
4
+ FiLinkedin ,
5
+ FiGlobe ,
6
+ FiYoutube ,
7
+ } from 'react-icons/fi' ;
2
8
import AppFooterCopyright from './AppFooterCopyright' ;
3
9
4
10
const socialLinks = [
5
11
{
6
12
id : 1 ,
13
+ icon : < FiGlobe /> ,
14
+ url : 'https://www.stoman.me/' ,
15
+ } ,
16
+ {
17
+ id : 2 ,
7
18
icon : < FiGithub /> ,
8
19
url : 'https://github.com/realstoman' ,
9
20
} ,
10
21
{
11
- id : 2 ,
22
+ id : 3 ,
12
23
icon : < FiTwitter /> ,
13
24
url : 'https://twitter.com/realstoman' ,
14
25
} ,
15
26
{
16
- id : 3 ,
17
- icon : < FiBook /> ,
18
- url : 'https://stoman.medium .com' ,
27
+ id : 4 ,
28
+ icon : < FiLinkedin /> ,
29
+ url : 'https://www.linkedin .com/in/realstoman ' ,
19
30
} ,
20
31
{
21
- id : 4 ,
22
- icon : < FiInstagram /> ,
23
- url : 'https://instagram. com/realstoman' ,
32
+ id : 5 ,
33
+ icon : < FiYoutube /> ,
34
+ url : 'https://www.youtube. com/c /realstoman' ,
24
35
} ,
25
36
] ;
26
37
You can’t perform that action at this time.
0 commit comments