Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Nov 14, 2024
1 parent f6d68e7 commit b7fe544
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/sidebar/SidebarFooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ const SidebarFooter = (): ReactElement => {
<Track {...OVERVIEW_EVENTS.SUGGESTIONS}>
<ListItem disablePadding>
<a target="_blank" rel="noopener noreferrer" href={NEW_SUGGESTION_FORM} style={{ width: '100%' }}>
<SidebarListItemButton
id={BEAMER_SELECTOR}
style={{ backgroundColor: '#12FF80', color: 'black' }}
onClick={handleBeamer}
>
<SidebarListItemButton style={{ backgroundColor: '#12FF80', color: 'black' }}>
<SidebarListItemIcon color="primary">
<SuggestionIcon />
</SidebarListItemIcon>
Expand Down

0 comments on commit b7fe544

Please sign in to comment.