Update Hobbies.ts

This commit is contained in:
Nicholas Orlowsky 2023-01-02 11:02:26 -06:00 committed by GitHub
parent a1fcca77f9
commit f72850218c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ const Lifting: InfoCardProps = {
title: "Lifting", 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.", 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", listTitle: "Personal Records",
list:["Bench - 265lbs", "Squat - 405lbs", "Deadlift - 385lbs"], list:["Bench - 270lbs", "Squat - 405lbs", "Deadlift - 385lbs"],
listClassName: "col-12" listClassName: "col-12"
} }