mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 22:35:53 +08:00
fix: 404 on clicking version menu item in side nav (#3853)
This commit is contained in:
parent
eddb607c9c
commit
991e39aad3
@ -138,6 +138,7 @@ function SideNav(): JSX.Element {
|
|||||||
key: SecondaryMenuItemKey.Support,
|
key: SecondaryMenuItemKey.Support,
|
||||||
label: 'Support',
|
label: 'Support',
|
||||||
icon: <LifeBuoy />,
|
icon: <LifeBuoy />,
|
||||||
|
onClick: onClickMenuHandler,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
@ -189,7 +190,6 @@ function SideNav(): JSX.Element {
|
|||||||
mode="vertical"
|
mode="vertical"
|
||||||
style={styles}
|
style={styles}
|
||||||
items={secondaryMenuItems}
|
items={secondaryMenuItems}
|
||||||
onClick={onClickMenuHandler}
|
|
||||||
/>
|
/>
|
||||||
</Sider>
|
</Sider>
|
||||||
);
|
);
|
||||||
|
@ -34,8 +34,8 @@ function Version(): JSX.Element {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card>
|
<Card style={{ margin: '16px 0' }}>
|
||||||
<Typography.Title ellipsis level={4}>
|
<Typography.Title ellipsis level={4} style={{ marginTop: 0 }}>
|
||||||
{t('version')}
|
{t('version')}
|
||||||
</Typography.Title>
|
</Typography.Title>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user