mirror of
https://codeberg.org/andyscott/ExerciseTracker.git
synced 2024-12-21 11:43:10 -05:00
Moved create icon into a button
This commit is contained in:
parent
894cd64985
commit
d391e13654
1 changed files with 5 additions and 3 deletions
|
@ -45,9 +45,11 @@ function HomePage({ setExerciseToEdit }) {
|
|||
onEdit={onEdit}
|
||||
></ExerciseList>
|
||||
<div>
|
||||
<button className="Add-icon-button">
|
||||
<Link to="/create">
|
||||
<MdAdd className="Add-icon" />
|
||||
</Link>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue