fix: remove angular because it sucks

This commit is contained in:
webfussel 2024-06-11 08:47:22 +02:00
parent 2b4f34671e
commit 49c5ab9c03
4 changed files with 4 additions and 6 deletions

View file

@ -13,7 +13,6 @@ const aseImg = '/img/skills/aseprite.webp'
const glImg = '/img/skills/gitlab.webp'
const vitestImg = '/img/skills/vitest.webp'
const njsImg = '/img/skills/nodejs.webp'
const ngImg = '/img/skills/angular.webp'
const javaImg = '/img/skills/java.webp'
const jetbrainsImg = '/img/skills/jetbrains.webp'
const nuxtImg = '/img/skills/nuxt.webp'
@ -27,7 +26,6 @@ export type ISkill = {
width ?: number
}
export const ng: ISkill = {name: 'Angular', img: ngImg, width: 48}
export const ase: ISkill = {name: 'Aseprite', img: aseImg}
export const cs: ISkill = {name: 'C#', img: csImg}
export const css: ISkill = {name: 'CSS', img: cssImg, width: 44}