From 2e4da3200f799012d044e5bb1224a21ea4025fb2 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Sun, 5 Feb 2023 17:22:19 -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 1e4e89a..d8cc7a2 100644 --- a/src/static/data/Hobbies.ts +++ b/src/static/data/Hobbies.ts @@ -14,7 +14,7 @@ const Lifting: InfoCardProps = { title: "Lifting", 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"], + list:["Bench - 270lbs", "Squat - 405lbs", "Deadlift - 405lbs"], listClassName: "col-12" }