This commit is contained in:
Nicholas Orlowsky 2022-02-03 17:04:48 -06:00
parent a5d5171ef5
commit e198d823d9
No known key found for this signature in database
GPG key ID: DA69F4D62590FB49

View file

@ -14,7 +14,7 @@ const Lifting: InfoCardProps = {
title: "Lifting", title: "Lifting",
description: "Began lifting when I got into college.", description: "Began lifting when I got into college.",
listTitle: "Personal Records", listTitle: "Personal Records",
list:["Bench - 235lbs", "Squat - 345lbs"], list:["Bench - 235lbs", "Squat - 345lbs", "Deadlift - 345lbs (I think)"],
listClassName: "col-12" listClassName: "col-12"
} }