From 6ec113bafbdf4735bb35ffe549152d47434602bf Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Sat, 16 Jul 2022 21:17:24 -0500 Subject: [PATCH] Start spreadin' the news --- 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 769a0b7..49f09db 100644 --- a/src/static/data/Hobbies.ts +++ b/src/static/data/Hobbies.ts @@ -14,7 +14,7 @@ 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.", listTitle: "Personal Records", - list:["Bench - 255lbs (Done at the Home Depot's HQ in Atlanta, GA)", "Squat - 345lbs", "Deadlift - 345lbs"], + list:["Bench - 255lbs (Done at the Home Depot's HQ in Atlanta, GA)", "Squat - 385lbs", "Deadlift - 345lbs"], listClassName: "col-12" }