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 e2f682b commit e976a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/templates/exercises-markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function createMarkup({ rating, name, burnedCalories, bodyPart, target, _id }) {
<p class="exercises-rating">
${rating.toFixed(1)}
<svg width="18" height="18" class="exercises-svg">
<use href="./img/sport-sprite.svg#icon-star"></use>
<use href="../../img/sport-sprite.svg#icon-star"></use>
</svg>
</p>
</div>
Expand Down

0 comments on commit e976a01

Please sign in to comment.