From 6c484a4032ef991691e281ccf9971137d4500822 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 31 Jul 2024 21:42:17 -0400 Subject: [PATCH] chore: update --- src/content/data/projects.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/data/projects.ts b/src/content/data/projects.ts index 25cd319..9281172 100644 --- a/src/content/data/projects.ts +++ b/src/content/data/projects.ts @@ -7,9 +7,8 @@ export const projects_data = { statistics: { students: "2,000+", submissions: "50,000+", - courses: "4" }, - description: "A tool for helping students understand what their code is doing in memory. Built for the UB CS department for use in labs and by professors.", + description: "A tool for helping students understand what their code is doing in memory. Built for the UB CS department for use in labs and lectures.", tags: ["TypeScript", "Next.JS", "React", "Tailwind", "Mantine"], links: { website: "https://tracing.cse.buffalo.edu"