From a6118b9a750405aafcdd47f5a992eb07ee7275a6 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Sun, 5 Feb 2023 17:21:50 -0600 Subject: [PATCH] Update Projects.ts --- src/static/data/Projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/data/Projects.ts b/src/static/data/Projects.ts index 307afa5..1d7a777 100644 --- a/src/static/data/Projects.ts +++ b/src/static/data/Projects.ts @@ -2,7 +2,7 @@ import InfoCardProps from "../../types/InfoCardProps"; 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.", + description: "As a primairly backend guy, I wrote my last website as a JSON file (imitating 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", "NWS", "Docker", "Kubernetes"], link: "https://github.com/nickorlow/personal-site",