remove (wip) from test menu item

This commit is contained in:
Ramnique Singh 2025-02-19 00:07:52 +05:30 committed by GitHub
parent 694e1f90ae
commit f1e0a83bd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ export default function Menu({
/>
<NavLink
href={`/projects/${projectId}/simulation`}
label="Test (wip)"
label="Test"
collapsed={collapsed}
icon={<PlayIcon size={16} />}
selected={pathname.startsWith(`/projects/${projectId}/simulation`)}
@ -86,4 +86,4 @@ export default function Menu({
selected={pathname.startsWith(`/projects/${projectId}/integrate`)}
/>*/}
</div>;
}
}