Remove commented-out line

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14872/head
Julius Volz 2024-09-04 17:34:35 +02:00
parent a99c01b53f
commit fef4c15283
1 changed files with 1 additions and 6 deletions

View File

@ -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>