fix: webstorm and attribution
This commit is contained in:
parent
f575a52f85
commit
54942a7d20
1 changed files with 1 additions and 1 deletions
|
@ -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 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 java: ISkill = {name: 'Java', img: javaImg, link: 'https://www.java.com/de/', width: 37}
|
||||||
export const js: ISkill = {name: 'JavaScript', img: jsImg}
|
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 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 nuxt: ISkill = {name: 'Nuxt', img: nuxtImg, link: 'https://nuxt.com', width: 75}
|
||||||
export const phaser: ISkill = {name: 'Phaser 3', img: phaserImg, width: 58}
|
export const phaser: ISkill = {name: 'Phaser 3', img: phaserImg, width: 58}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue