diff --git a/public/images/tech-logos/nest.png b/public/images/tech-logos/nest.png new file mode 100644 index 0000000..72631b6 Binary files /dev/null and b/public/images/tech-logos/nest.png differ diff --git a/src/data/marquee-data.js b/src/data/marquee-data.js index 611b93c..bdbd4c1 100644 --- a/src/data/marquee-data.js +++ b/src/data/marquee-data.js @@ -93,4 +93,8 @@ export default [ title: "Godot", src: techLogoPath + "godot.png", }, + { + title: "NestJS", + src: techLogoPath + "nest.png", + }, ];