fix: webstorm and attribution

This commit is contained in:
webfussel 2024-06-21 08:53:44 +02:00
parent f575a52f85
commit 54942a7d20

View file

@ -33,7 +33,7 @@ export const gl: ISkill = {name: 'GitLab', img: glImg, link: 'https://gitlab.com
export const html: ISkill = {name: 'HTML', img: htmlImg, width: 44}
export const java: ISkill = {name: 'Java', img: javaImg, link: 'https://www.java.com/de/', width: 37}
export const js: ISkill = {name: 'JavaScript', img: jsImg}
export const webstorm: ISkill = {name: 'JetBrains IDEs', img: webstormImg, link: 'https://www.jetbrains.com/webstorm', width: 60}
export const webstorm: ISkill = {name: 'JetBrains IDEs', img: webstormImg, link: 'https://www.jetbrains.com/webstorm'}
export const njs: ISkill = {name: 'Nodejs', img: njsImg, link: 'https://nodejs.org/en', width: 46}
export const nuxt: ISkill = {name: 'Nuxt', img: nuxtImg, link: 'https://nuxt.com', width: 75}
export const phaser: ISkill = {name: 'Phaser 3', img: phaserImg, width: 58}