Browse Source

Remove commented-out line

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14872/head
Julius Volz 3 months ago
parent
commit
fef4c15283
  1. 7
      web/ui/mantine-ui/src/components/SettingsMenu.tsx

7
web/ui/mantine-ui/src/components/SettingsMenu.tsx

@ -18,12 +18,7 @@ const SettingsMenu: FC = () => {
return (
<Popover position="bottom" withArrow shadow="md">
<Popover.Target>
<ActionIcon
// variant=""
color="gray"
aria-label="Settings"
size={32}
>
<ActionIcon color="gray" aria-label="Settings" size={32}>
<IconSettings size={20} />
</ActionIcon>
</Popover.Target>

Loading…
Cancel
Save