diff --git a/assets/resume.json b/assets/resume.json index 4fc86846..dab50913 100644 --- a/assets/resume.json +++ b/assets/resume.json @@ -504,7 +504,7 @@ { "id": "pwa" }, { "id": "webcomponents" }, { "id": "redux" }, - { "id": "karma" }, + { "id": "karmarunner" }, { "id": "jasmine" }, { "id": "jest" }, { "id": "nodedotjs" }, diff --git a/src/app/resume-page/technology/extra-icons.ts b/src/app/resume-page/technology/extra-icons.ts index f3940f85..5dc074e2 100644 --- a/src/app/resume-page/technology/extra-icons.ts +++ b/src/app/resume-page/technology/extra-icons.ts @@ -95,13 +95,13 @@ export const EXTRA_ICONS: ReadonlyArray = [ }, // Extracted from Karma repo // https://github.com/karma-runner/karma/blob/master/logo/logo.svg + // Wasn't added to simple-icons as was deprecated when PR got there + // https://github.com/simple-icons/simple-icons/pull/9275 + // Though in the future maybe there's the chance to have it there. { - title: 'Karma', - slug: 'karma', - //👇 2 colors. Minimized with SVGO. - // svg: '', - //👇 1 color - svg: '', - hex: '429F87', + title: 'Karma Runner', + slug: 'karmarunner', + svg: 'Karma', + hex: '42BEAE', }, ]