Skip to content

Commit

Permalink
Fix: adCard heart style
Browse files Browse the repository at this point in the history
  • Loading branch information
FireSpirit171 committed Dec 16, 2024
1 parent ea3d6b4 commit a299978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdCard/AdCard.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<button class='housing-card__like-button js-like-button'>
<svg
aria-label='heart'
class='housing-card__like-button__heart js-fill-heart'
class='housing-card__like-button__heart js-fill-heart {{#if isFavourite}} already-liked {{/if}}'
aria-hidden='true'
width='16'
height='16'
Expand Down

0 comments on commit a299978

Please sign in to comment.