|
@@ -51,7 +51,7 @@ const LikeButtons: FC<LikeButtonsProps> = (props: LikeButtonsProps) => {
|
|
|
type="button"
|
|
type="button"
|
|
|
id="like-button"
|
|
id="like-button"
|
|
|
onClick={onLikeClicked}
|
|
onClick={onLikeClicked}
|
|
|
- className={`btn btn-like border-0
|
|
|
|
|
|
|
+ className={`shadow-none btn btn-like border-0
|
|
|
${isLiked ? 'active' : ''} ${isGuestUser ? 'disabled' : ''}`}
|
|
${isLiked ? 'active' : ''} ${isGuestUser ? 'disabled' : ''}`}
|
|
|
>
|
|
>
|
|
|
<i className={`fa ${isLiked ? 'fa-heart' : 'fa-heart-o'}`}></i>
|
|
<i className={`fa ${isLiked ? 'fa-heart' : 'fa-heart-o'}`}></i>
|