Skip to content

Commit 3a89141

Browse files
committed
Footer: remove behance link and update github link
1 parent 13cbe96 commit 3a89141

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/AppFooter.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="text-lg text-ternary-dark dark:text-ternary-light ">
3535
&copy; {{ copyrightDate }}.
3636
<a
37-
href="https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio"
37+
href="https://github.com/realstoman/vuejs-tailwindcss-portfolio"
3838
target="__blank"
3939
class="hover:underline"
4040
>
@@ -84,12 +84,6 @@ export default {
8484
icon: 'instagram',
8585
url: 'https://instagram.com/realstoman',
8686
},
87-
{
88-
id: 5,
89-
name: 'Behance',
90-
icon: 'feather',
91-
url: 'https://behance.net/realstoman',
92-
},
9387
],
9488
};
9589
},

0 commit comments

Comments
 (0)