Skip to content

Commit

Permalink
Update menu item for Settings and Sentiment (#575)
Browse files Browse the repository at this point in the history
* Update index.tsx

* Update index.tsx
  • Loading branch information
tomsmith8 authored Nov 6, 2023
1 parent 32b765b commit 5a26cd6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/App/MainToolbar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled from 'styled-components'
import AddContentIcon from '~/components/Icons/AddContentIcon'
import AddSourceIcon from '~/components/Icons/AddSourceIcon'
import SentimentDataIcon from '~/components/Icons/SentimentDataIcon'
import SettingsIcon from '~/components/Icons/SettingsIcon'
import SourcesTableIcon from '~/components/Icons/SourcesTableIcon'
import { Flex } from '~/components/common/Flex'
Expand Down Expand Up @@ -44,17 +43,11 @@ export const MainToolbar = () => {
</IconWrapper>
<Text>Source Table</Text>
</ActionButton>
<ActionButton id="cy-open-sentiment-data" onClick={() => handleOpenSidebar('sentiment')}>
<IconWrapper>
<SentimentDataIcon />
</IconWrapper>
<Text>Sentiment Data</Text>
</ActionButton>
<ActionButton>
<IconWrapper>
<SettingsIcon />
</IconWrapper>
<Text>Change Display</Text>
<Text>Settings</Text>
</ActionButton>
</Wrapper>
)
Expand Down

0 comments on commit 5a26cd6

Please sign in to comment.