Skip to content

Commit

Permalink
fix: remove info circle without any text
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Apr 4, 2024
1 parent 07ecf5f commit c09f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/Components/MainBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default ({ products }: MainBodyProps): ReactElement => {
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
<div style={{ display: 'flex', alignItems: 'center' }}>
<Typography variant={'h3'}>Blends</Typography>
<Icon style={{ cursor: 'pointer', paddingLeft: '5px' }} data={info_circle} />
{/* <Icon style={{ cursor: 'pointer', paddingLeft: '5px' }} data={info_circle} /> */}
</div>
<div style={{ display: 'flex' }}>
<Button
Expand Down

0 comments on commit c09f565

Please sign in to comment.