Skip to content

Commit

Permalink
Fix taxonomy item 'Follow' button
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Feb 23, 2023
1 parent 864e99b commit cf6aa61
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 @@ -60,7 +60,7 @@ const CategoryItemBox = (props) => {
<tr>
<td>
<div className='row submission'>
<div className={props.type === 'tag' ? 'col-12 col-md-7' : 'col-12 col-md-9'}>
<div className={'col-12 col-md-7'}>
<Link to={pickDetailUrl(props.type, props.item)}>
{props.type !== 'tag' && props.item.description &&
<div>
Expand Down

0 comments on commit cf6aa61

Please sign in to comment.