Skip to content

Commit

Permalink
Update exercises-markup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-it-lysenko committed Oct 22, 2023
1 parent f45e3a0 commit 97ce86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/templates/exercises-markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ function createMarkup({ rating, name, burnedCalories, bodyPart, target, _id }) {
<p class="exercises-rating">
${rating.toFixed(1)}
<svg width="18" height="18" class="exercises-svg">
<use src="/src/img/sport-sprite.svg#icon-star"></use>
<use href="/projectDreamTeamJS/assets/sport-sprite.svg#icon-star"></use>
</svg>
</p>
</div>
<button type="button" class="exercises-btn" data-modal-exercise="open">
Start
<svg width="16" height="16" class="exercises-btn-svg">
<use src="../../img/sport-sprite.svg#icon-arrow-up"></use>
<use href="./img/sport-sprite.svg#icon-arrow-up"></use>
</svg>
</button>
</div>
Expand Down

0 comments on commit 97ce86b

Please sign in to comment.