Skip to content

Commit b68cb43

Browse files
authored
style: Remove first segment icon (#3423)
1 parent 19bd858 commit b68cb43

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/web/components/pages/SegmentsPage.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,6 @@ const SegmentsPage: FC<SegmentsPageType> = (props) => {
359359
data-test='show-create-segment-btn'
360360
onClick={newSegment}
361361
>
362-
<span className='icon icon-inner'>
363-
<IonIcon
364-
icon={globeOutline}
365-
style={{ contain: 'none', height: '25px' }}
366-
/>
367-
</span>
368362
Create your first Segment
369363
</Button>,
370364
)}

0 commit comments

Comments
 (0)