feat(SideNav): remove current version display from update notification

This commit is contained in:
shiyu
2025-09-26 20:11:37 +08:00
parent ce45fca8bd
commit ee6e570ccb

View File

@@ -212,7 +212,7 @@ const SideNav = memo(function SideNav({ collapsed, activeKey, onChange, onToggle
<Tag icon={<WarningOutlined />} color="warning" style={{ marginInlineEnd: 0 }} />
) : (
<Tag icon={<WarningOutlined />} color="warning">
{status?.version} - {t('Update available')} [{latestVersion?.version}]
{t('Update available')} [{latestVersion?.version}]
</Tag>
)}
</a>