New bench max + update squat

This commit is contained in:
Nicholas Orlowsky 2021-11-05 08:50:00 -05:00 committed by GitHub
parent 29a0116d05
commit 70b6bf5259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ const Listing: InfoCardProps = {
title: "Lifting", title: "Lifting",
description: "Began lifting when I got into college. (TODO: add more before publishing)", description: "Began lifting when I got into college. (TODO: add more before publishing)",
listTitle: "Personal Records", listTitle: "Personal Records",
list:["Bench - 200lbs", "Squat - 305lbs"], list:["Bench - 215lbs (EOY Goal: 250)", "Squat - 315lbs (10 reps)"],
listClassName: "col-12" listClassName: "col-12"
} }