Skip to content

Commit 4ff2253

Browse files
authored
Merge pull request aws-amplify#6386 from aws-amplify/hide-legacy-sdk
remove sdk and cli-legacy from main menu
2 parents b99d940 + 68a3e50 commit 4ff2253

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)