mirror of
https://codeberg.org/andyscott/ExerciseTracker.git
synced 2024-11-09 06:00:48 -05:00
Rename table
This commit is contained in:
parent
22096d54e1
commit
356471a2ac
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function HomePage({ setExerciseToEdit }) {
|
|||
|
||||
return (
|
||||
<div className="App">
|
||||
<h2>List of Exercises</h2>
|
||||
<h2>Exercises</h2>
|
||||
<ExerciseList
|
||||
exercises={exercises}
|
||||
onDelete={onDelete}
|
||||
|
|
Loading…
Reference in a new issue