mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 12:39:03 +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,
|
||||
label: 'Support',
|
||||
icon: <LifeBuoy />,
|
||||
onClick: onClickMenuHandler,
|
||||
},
|
||||
];
|
||||
} else {
|
||||
@ -189,7 +190,6 @@ function SideNav(): JSX.Element {
|
||||
mode="vertical"
|
||||
style={styles}
|
||||
items={secondaryMenuItems}
|
||||
onClick={onClickMenuHandler}
|
||||
/>
|
||||
</Sider>
|
||||
);
|
||||
|
@ -34,8 +34,8 @@ function Version(): JSX.Element {
|
||||
);
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Typography.Title ellipsis level={4}>
|
||||
<Card style={{ margin: '16px 0' }}>
|
||||
<Typography.Title ellipsis level={4} style={{ marginTop: 0 }}>
|
||||
{t('version')}
|
||||
</Typography.Title>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user