From 483a7259d4cce1f2516dd46a31d449ae56f3a667 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 31 Jul 2024 21:39:34 -0400 Subject: [PATCH] chore: grammar --- src/content/data/projects.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/data/projects.ts b/src/content/data/projects.ts index 3b88ba3..25cd319 100644 --- a/src/content/data/projects.ts +++ b/src/content/data/projects.ts @@ -6,9 +6,10 @@ export const projects_data = { title: "UB Trace Tool", statistics: { students: "2,000+", - courses: "4+ courses" + 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 curriculum", + 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.", tags: ["TypeScript", "Next.JS", "React", "Tailwind", "Mantine"], links: { website: "https://tracing.cse.buffalo.edu"