diff --git a/src/static/data/Projects.ts b/src/static/data/Projects.ts index ede3af9..2a153be 100644 --- a/src/static/data/Projects.ts +++ b/src/static/data/Projects.ts @@ -4,7 +4,7 @@ const WebsiteProject: InfoCardProps = { title: "personal-site (this website)", description: "As a primairly backend guy, I wrote my last website as a JSON file (imatating a webAPI). Feedback showed that that was a bad idea so I made this pretty neat site (in my opinion). If you like it, feel free to use it yourself! The backend is run in a homemade datacenter (a few Dell Poweredges on a rack) running on Kubernetes.", listTitle: "Technologies & Resources used", - list:["React", "Typescript", "Bootstrap", "Icons8", "Docker", "Kubernetes"], + list:["React", "Typescript", "Bootstrap", "NWS", "Docker", "Kubernetes"], link: "https://github.com/nickorlow/personal-site", linkTitle: "GitHub Repo" }