Skip to content

Commit 49552b7

Browse files
committed
[add] Angular 2+ icon, link
1 parent 9cb1b35 commit 49552b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/constants/skills.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const categorizedSkills = {
3232
"react",
3333
"svelte",
3434
"angularjs",
35+
"angular",
3536
"backbonejs",
3637
"bootstrap",
3738
"vuetify",
@@ -221,6 +222,8 @@ const icons = {
221222
"https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg",
222223
angularjs:
223224
"https://raw.githubusercontent.com/devicons/devicon/master/icons/angularjs/angularjs-original-wordmark.svg",
225+
angular:
226+
"https://raw.githubusercontent.com/devicons/devicon/master/icons/angularjs/angularjs-plain.svg",
224227
aws:
225228
"https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg",
226229
android:
@@ -445,6 +448,7 @@ const skillWebsites = {
445448
vuejs: "https://vuejs.org/",
446449
react: "https://reactjs.org/",
447450
angularjs: "https://angular.io",
451+
angular: "https://angular.io",
448452
aws: "https://aws.amazon.com",
449453
android: "https://developer.android.com",
450454
backbonejs: "https://backbonejs.org",

0 commit comments

Comments
 (0)