We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cbe96 commit 3a89141Copy full SHA for 3a89141
src/components/AppFooter.vue
@@ -34,7 +34,7 @@
34
<div class="text-lg text-ternary-dark dark:text-ternary-light ">
35
© {{ copyrightDate }}.
36
<a
37
- href="https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio"
+ href="https://github.com/realstoman/vuejs-tailwindcss-portfolio"
38
target="__blank"
39
class="hover:underline"
40
>
@@ -84,12 +84,6 @@ export default {
84
icon: 'instagram',
85
url: 'https://instagram.com/realstoman',
86
},
87
- {
88
- id: 5,
89
- name: 'Behance',
90
- icon: 'feather',
91
- url: 'https://behance.net/realstoman',
92
- },
93
],
94
};
95
0 commit comments