Skip to content

Commit c7d4005

Browse files
committed
fix smileys
1 parent c88bc61 commit c7d4005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

043-feedback UI design/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
customer support performance?</strong>
1919
<div class="ratings-container">
2020
<div class="rating">
21-
<img src="https://image.flaticon.com/icons/svg/187/187150.svg" alt="">
21+
<img src="https://i.ibb.co/fYN2rVn/no.png" alt="">
2222
<small>Unhappy</small>
2323
</div>
2424

2525
<div class="rating">
26-
<img src="https://image.flaticon.com/icons/svg/187/187136.svg" alt=""/>
26+
<img src="https://i.ibb.co/3M8Ddsf/neutral.png" alt=""/>
2727
<small>Neutral</small>
2828
</div>
2929

3030
<div class="rating active">
31-
<img src="https://image.flaticon.com/icons/svg/187/187133.svg" alt=""/>
31+
<img src="https://i.ibb.co/VVDYGLZ/yes.png" alt=""/>
3232
<small>Satisfied</small>
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)