From 8e66c60a79f307c7d1237f1ab9fcfea9bd8b0083 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Mon, 2 Jan 2023 12:58:09 -0600 Subject: [PATCH] Update Hobbies.ts --- src/static/data/Hobbies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/data/Hobbies.ts b/src/static/data/Hobbies.ts index 42d90c8..1e4e89a 100644 --- a/src/static/data/Hobbies.ts +++ b/src/static/data/Hobbies.ts @@ -12,7 +12,7 @@ const RunningHobby: InfoCardProps = { const Lifting: InfoCardProps = { title: "Lifting", - description: "Once I was done with cross country, I was so used to working out everyday, I just couldn't stop. I started lifting as a break from my 6 years and 10,000 miles of running and really really liked it.", + description: "I started lifting as a break from my 6 years and 10,000 miles of running and really liked it.", listTitle: "Personal Records", list:["Bench - 270lbs", "Squat - 405lbs", "Deadlift - 385lbs"], listClassName: "col-12"