mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +02: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 (
|
return (
|
||||||
<Popover position="bottom" withArrow shadow="md">
|
<Popover position="bottom" withArrow shadow="md">
|
||||||
<Popover.Target>
|
<Popover.Target>
|
||||||
<ActionIcon
|
<ActionIcon color="gray" aria-label="Settings" size={32}>
|
||||||
// variant=""
|
|
||||||
color="gray"
|
|
||||||
aria-label="Settings"
|
|
||||||
size={32}
|
|
||||||
>
|
|
||||||
<IconSettings size={20} />
|
<IconSettings size={20} />
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
</Popover.Target>
|
</Popover.Target>
|
||||||
|
Loading…
Reference in New Issue
Block a user