Skip to content

Commit b8b695d

Browse files
committed
correcion de redes en single proyect
1 parent 9dfcfb0 commit b8b695d

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

src/data/socialLinks.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
export const socialLinks = [
22
{
3-
id: 2,
3+
id: 1,
44
name: 'GitHub',
55
icon: 'github',
66
url: 'https://github.com/miguel9214',
77
},
88
{
9-
id: 3,
9+
id: 2,
1010
name: 'Twitter',
1111
icon: 'twitter',
1212
url: 'https://twitter.com/ramosMiguel9214',
1313
},
1414
{
15-
id: 4,
15+
id: 3,
1616
name: 'LinkedIn',
1717
icon: 'linkedin',
1818
url: 'https://www.linkedin.com/in/miguel-angel-ramos-lopez/',
1919
},
2020
{
21-
id: 5,
21+
id: 4,
2222
name: 'YouTube',
2323
icon: 'youtube',
2424
url: 'https://www.youtube.com/@miguelangelramoslopez5605',

src/views/SingleProject.vue

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,34 +104,29 @@ export default {
104104
socialSharings: [
105105
{
106106
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',
110110
},
111111
{
112112
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',
116116
},
117117
{
118118
id: 3,
119-
name: 'Facebook',
120-
icon: 'facebook',
121-
url: 'https://facebook.com/',
122-
},
123-
{
124-
id: 4,
125119
name: 'LinkedIn',
126120
icon: 'linkedin',
127-
url: 'https://linkedin.com/',
121+
url: 'https://www.linkedin.com/in/miguel-angel-ramos-lopez/',
128122
},
129123
{
130-
id: 5,
131-
name: 'Youtube',
124+
id: 4,
125+
name: 'YouTube',
132126
icon: 'youtube',
133-
url: 'https://www.youtube.com/c/StomanStudio',
127+
url: 'https://www.youtube.com/@miguelangelramoslopez5605',
134128
},
129+
135130
],
136131
},
137132
relatedProject: {

0 commit comments

Comments
 (0)