Skip to content

Commit 9432f7d

Browse files
committed
Using Devicons SVG + Adding NestJS Link
1 parent fc1ecf5 commit 9432f7d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/constants/skills.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ const icons = {
279279
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg",
280280
mysql:
281281
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg",
282+
nestjs:
283+
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nestjs/nestjs-plain.svg",
282284
nginx:
283285
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nginx/nginx-original.svg",
284286
nodejs:
@@ -481,6 +483,7 @@ const skillWebsites = {
481483
meteor: "https://www.meteor.com/",
482484
mongodb: "https://www.mongodb.com/",
483485
mysql: "https://www.mysql.com/",
486+
nestjs: "https://nestjs.com/",
484487
nginx: "https://www.nginx.com",
485488
nodejs: "https://nodejs.org",
486489
openresty: "https://openresty.org/",
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)