Skip to content

Commit

Permalink
rename img
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Haynes committed Sep 29, 2023
1 parent 39c8974 commit 1daed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ExerciseCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const ExerciseCard = ({ exercise }) => {
// } else {
// return `Target: ${primaryTargets}`;
// }
return primaryTargets.toLowerCase();
return primaryTargets;
};

return (
Expand Down

1 comment on commit 1daed82

@vercel
Copy link

@vercel vercel bot commented on 1daed82 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.