File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments