From 6ad19a8bfae621491bd08b04b50f6a0b7678b1c8 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Mon, 20 Mar 2023 19:37:43 -0500 Subject: [PATCH] replace placeholder --- 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 0da2b8f..50cc759 100644 --- a/src/static/data/Projects.ts +++ b/src/static/data/Projects.ts @@ -53,7 +53,7 @@ const SPONODEProject: ProjectCardProps = { const NWSProject: ProjectCardProps = { title: "Nick Web Services", - description: "App for Android & macOS that added songs people sent you to a playlist. Made so we could have a jukebox type setup during track workouts.", + description: "Nick Web Services is a cloud hosting provider that I created. It was originally one server I got from goodwill in a garage, but now it's 4 servers across 2 states (PA & TX).", shortDescription: "My own cloud provider", techUsed: ["Kubernetes", "Rancher", "C#"], link: "https://nws.nickorlow.com",