Enable the new UI Help link

Re-enable the Help link in the manteine-ui.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ
2024-09-09 15:29:52 +02:00
parent a6346184f6
commit b2185b64f2

View File

@@ -22,6 +22,7 @@ import { useDisclosure } from "@mantine/hooks";
import {
IconBell,
IconBellFilled,
IconBook,
IconChevronDown,
IconChevronRight,
IconCloudDataConnection,
@@ -307,16 +308,16 @@ function App() {
</Menu.Dropdown>
</Menu>
{/* <Button
{<Button
component="a"
href="https://prometheus.io/docs/prometheus/latest/getting_started/"
className={classes.link}
leftSection={<IconHelp style={navIconStyle} />}
leftSection={<IconBook style={navIconStyle} />}
target="_blank"
px={navLinkXPadding}
>
Help
</Button> */}
</Button>}
</>
);