We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bb27d commit 4ce7758Copy full SHA for 4ce7758
src/utils/globalnav.ts
@@ -32,12 +32,12 @@ export const LEFT_NAV_LINKS = [
32
url: 'https://ui.docs.amplify.aws/',
33
order: 3
34
},
35
- {
36
- type: 'DEFAULT',
37
- label: 'Contribute',
38
- url: '/contribute/',
39
- order: 4
40
- }
+ // {
+ // type: 'DEFAULT',
+ // label: 'Contribute',
+ // url: '/contribute/',
+ // order: 4
+ // }
41
];
42
43
export const SOCIAL_LINKS = [
0 commit comments