File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
1
export const socialLinks = [
2
2
{
3
- id : 2 ,
3
+ id : 1 ,
4
4
name : 'GitHub' ,
5
5
icon : 'github' ,
6
6
url : 'https://github.com/miguel9214' ,
7
7
} ,
8
8
{
9
- id : 3 ,
9
+ id : 2 ,
10
10
name : 'Twitter' ,
11
11
icon : 'twitter' ,
12
12
url : 'https://twitter.com/ramosMiguel9214' ,
13
13
} ,
14
14
{
15
- id : 4 ,
15
+ id : 3 ,
16
16
name : 'LinkedIn' ,
17
17
icon : 'linkedin' ,
18
18
url : 'https://www.linkedin.com/in/miguel-angel-ramos-lopez/' ,
19
19
} ,
20
20
{
21
- id : 5 ,
21
+ id : 4 ,
22
22
name : 'YouTube' ,
23
23
icon : 'youtube' ,
24
24
url : 'https://www.youtube.com/@miguelangelramoslopez5605' ,
Original file line number Diff line number Diff line change @@ -104,34 +104,29 @@ export default {
104
104
socialSharings: [
105
105
{
106
106
id: 1 ,
107
- name: ' Twitter ' ,
108
- icon: ' twitter ' ,
109
- url: ' https://twitter .com/realstoman ' ,
107
+ name: ' GitHub ' ,
108
+ icon: ' github ' ,
109
+ url: ' https://github .com/miguel9214 ' ,
110
110
},
111
111
{
112
112
id: 2 ,
113
- name: ' Instagram ' ,
114
- icon: ' instagram ' ,
115
- url: ' https://instagram .com/realstoman ' ,
113
+ name: ' Twitter ' ,
114
+ icon: ' twitter ' ,
115
+ url: ' https://twitter .com/ramosMiguel9214 ' ,
116
116
},
117
117
{
118
118
id: 3 ,
119
- name: ' Facebook' ,
120
- icon: ' facebook' ,
121
- url: ' https://facebook.com/' ,
122
- },
123
- {
124
- id: 4 ,
125
119
name: ' LinkedIn' ,
126
120
icon: ' linkedin' ,
127
- url: ' https://linkedin.com/' ,
121
+ url: ' https://www. linkedin.com/in/miguel-angel-ramos-lopez /' ,
128
122
},
129
123
{
130
- id: 5 ,
131
- name: ' Youtube ' ,
124
+ id: 4 ,
125
+ name: ' YouTube ' ,
132
126
icon: ' youtube' ,
133
- url: ' https://www.youtube.com/c/StomanStudio ' ,
127
+ url: ' https://www.youtube.com/@miguelangelramoslopez5605 ' ,
134
128
},
129
+
135
130
],
136
131
},
137
132
relatedProject: {
You can’t perform that action at this time.
0 commit comments