Skip to content

Commit 68a3e50

Browse files
author
Jacob Logan
committed
remove sdk and cli-legacy from main menu
1 parent 7aad493 commit 68a3e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Menu/Menu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type MenuProps = {
1010
path: string;
1111
};
1212

13-
const invalidChildren = ['/[platform]/prev'];
13+
const invalidChildren = ['/[platform]/prev', '/[platform]/tools/cli-legacy', '/[platform]/sdk'];
1414

1515
export function Menu({
1616
currentPlatform,

0 commit comments

Comments
 (0)