|
@@ -36,7 +36,7 @@ const SubscribeButton: FC<Props> = (props: Props) => {
|
|
|
type="button"
|
|
type="button"
|
|
|
id="subscribe-button"
|
|
id="subscribe-button"
|
|
|
onClick={props.onClick}
|
|
onClick={props.onClick}
|
|
|
- className={`shadow-none btn ${styles['btn-subscribe']} border-0
|
|
|
|
|
|
|
+ className={`shadow-none btn btn-subscribe ${styles['btn-subscribe']} border-0
|
|
|
${isSubscribing ? 'active' : ''} ${isGuestUser ? 'disabled' : ''}`}
|
|
${isSubscribing ? 'active' : ''} ${isGuestUser ? 'disabled' : ''}`}
|
|
|
>
|
|
>
|
|
|
<i className={`fa ${isSubscribing ? 'fa-bell' : 'fa-bell-slash-o'}`}></i>
|
|
<i className={`fa ${isSubscribing ? 'fa-bell' : 'fa-bell-slash-o'}`}></i>
|