Skip to content

Commit

Permalink
Sympathie
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 17, 2024
1 parent c6a3e8f commit c5dd3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h1 class="main-header-title-text2">cl</h1>
</div>
</div>
<div class="score">
<p class="score-title">Gentilesse</p>
<p class="score-title">Sympathie</p>
<div class="score-value">
<input id="ratingKindness" class="value" type="range" min="1" max="10" value="5">
<p id="ratingText4">5</p>
Expand Down
2 changes: 1 addition & 1 deletion scripts/loadTeachers.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function addTeachers(teachers) {
${getStarsHtml(teacher.teaching_quality)}
</div>
<p class="standart-card-stars-text">Gentilesse</p>
<p class="standart-card-stars-text">Sympathie</p>
<div class="standard-card-stars">
${getStarsHtml(teacher.kindness)}
</div>
Expand Down

0 comments on commit c5dd3e1

Please sign in to comment.