diff --git a/Skills.ts b/Skills.ts index 7128dfa..c54894a 100644 --- a/Skills.ts +++ b/Skills.ts @@ -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}