Skip to content

Commit

Permalink
Font update - exercises.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TetiZ committed Jan 31, 2024
1 parent 8b3ab90 commit 450a5e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/exersises.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,9 @@ function favPopUp(data) {
</div>
<div class="pop-ex-content-container">
<h2 class="pop-exercise-name">${data.name}</h2>
<h2 class="pop-exercise-name">${
data.name.charAt(0).toUpperCase() + data.name.slice(1)
}</h2>
<ul class="pop-ex-stars-list">
<li><p class="pop-ex-current-rating">${data.rating}</p></li>
Expand Down

0 comments on commit 450a5e1

Please sign in to comment.