Skip to content

Commit 4ce7758

Browse files
committed
commenting out addition to nav bar until UI is ready to deploy update on ui site
1 parent a3bb27d commit 4ce7758

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/utils/globalnav.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ export const LEFT_NAV_LINKS = [
3232
url: 'https://ui.docs.amplify.aws/',
3333
order: 3
3434
},
35-
{
36-
type: 'DEFAULT',
37-
label: 'Contribute',
38-
url: '/contribute/',
39-
order: 4
40-
}
35+
// {
36+
// type: 'DEFAULT',
37+
// label: 'Contribute',
38+
// url: '/contribute/',
39+
// order: 4
40+
// }
4141
];
4242

4343
export const SOCIAL_LINKS = [

0 commit comments

Comments
 (0)