Skip to content

Commit

Permalink
Update meinberlin/react/livequestions/LikeCard.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp <mail@vellip.de>
  • Loading branch information
sevfurneaux and vellip authored Nov 13, 2024
1 parent f6c10d6 commit fbcf2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/react/livequestions/LikeCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function LikeCard ({
'rating-button',
likes.session_like && 'rating-button--active'
)}
onClick={() => onClickLike()}
onClick={onClickLike}
aria-label={likes.session_like ? addLikeTag : undoLikeTag}
>
<i className="far fa-thumbs-up" />
Expand Down

0 comments on commit fbcf2be

Please sign in to comment.