Skip to content

Commit 84554bf

Browse files
authored
Add VueJS entry in Tecnologias.ts
1 parent 67370aa commit 84554bf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/data/Tecnologias.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ export const Tecnologias = [
4141
icon: 'logos:nextjs-icon',
4242
recommended: true
4343
},
44+
{
45+
label: "VueJS,
46+
target: 'https://vuejs.org',
47+
icon: 'material-icon-theme:vue',
48+
recomended: true,
49+
},
4450
{
4551
label: 'Node.js',
4652
target: 'https://nodejs.org/',
@@ -95,4 +101,4 @@ export const Tecnologias = [
95101
icon: 'logos:microsoft-windows-icon',
96102
recommended: true
97103
},
98-
]
104+
]

0 commit comments

Comments
 (0)