We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67370aa commit 84554bfCopy full SHA for 84554bf
1 file changed
src/data/Tecnologias.ts
@@ -41,6 +41,12 @@ export const Tecnologias = [
41
icon: 'logos:nextjs-icon',
42
recommended: true
43
},
44
+ {
45
+ label: "VueJS,
46
+ target: 'https://vuejs.org',
47
+ icon: 'material-icon-theme:vue',
48
+ recomended: true,
49
+ },
50
{
51
label: 'Node.js',
52
target: 'https://nodejs.org/',
@@ -95,4 +101,4 @@ export const Tecnologias = [
95
101
icon: 'logos:microsoft-windows-icon',
96
102
97
103
98
-]
104
+]
0 commit comments