Skip to content

Commit

Permalink
Add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 7, 2023
1 parent 29c52b6 commit a2c9675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchlib/components/Facets/Connected/SectionTabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const SectionTabs = (props) => {
}}
>
{/*<Icon type={value} family="Content types" />*/}
<span className="title">{value}</span>
<span className="title">{value}&nbsp;</span>
<span className="count">({count})</span>
</Menu.Item>
))}
Expand Down

0 comments on commit a2c9675

Please sign in to comment.