Skip to content

Commit 08e579b

Browse files
committed
Fix footer link
1 parent f7dbb42 commit 08e579b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/AppFooter.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ export default {
7474
url: 'https://twitter.com/NangialaiStoman',
7575
},
7676
{
77-
id: 2,
78-
name: 'Twitter',
79-
icon: 'twitter',
80-
url: 'https://twitter.com/NangialaiStoman',
81-
},
82-
{
83-
id: 4,
77+
id: 3,
8478
name: 'Medium',
8579
icon: 'book',
8680
url: 'https://stoman.medium.com',
8781
},
82+
{
83+
id: 4,
84+
name: 'Instagram',
85+
icon: 'instagram',
86+
url: 'https://instagram.com/nangialaistoman',
87+
},
8888
{
8989
id: 5,
9090
name: 'Behance',

0 commit comments

Comments
 (0)