mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Remove commented-out line
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
a99c01b53f
commit
fef4c15283
|
@ -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…
Reference in a new issue