From e198d823d96fd287c8bcc544bc45338d1b517436 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 3 Feb 2022 17:04:48 -0600 Subject: [PATCH] Deadlift --- 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 ad425e1..766edb6 100644 --- a/src/static/data/Hobbies.ts +++ b/src/static/data/Hobbies.ts @@ -14,7 +14,7 @@ const Lifting: InfoCardProps = { title: "Lifting", description: "Began lifting when I got into college.", listTitle: "Personal Records", - list:["Bench - 235lbs", "Squat - 345lbs"], + list:["Bench - 235lbs", "Squat - 345lbs", "Deadlift - 345lbs (I think)"], listClassName: "col-12" }