Skip to content

Commit

Permalink
#654: Fix tag subscribe button tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Sep 17, 2022
1 parent 0bbae62 commit 329df56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CategoryItemBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CategoryItemBox = (props) => {
</div>
{props.type === 'tag' &&
<div className='col-md-2'>
<SubscribeButton isSubscribed={isSubscribed} typeLabel='method' onSubscribe={handleSubscribe} />
<SubscribeButton isSubscribed={isSubscribed} typeLabel='tag' onSubscribe={handleSubscribe} />
</div>}
<CategoryItemIcon count={props.item.resultCount} type={props.type} word='results' icon={faChartLine} />
<CategoryItemIcon count={props.item.submissionCount} type={props.type} word='submissions' icon={faExternalLinkAlt} />
Expand Down

0 comments on commit 329df56

Please sign in to comment.