Replace sandbox with wiki in developer popover
This commit is contained in:
@@ -43,6 +43,10 @@ const popularDocsToLinkInfos: ALink[] = [
|
||||
},
|
||||
];
|
||||
const usefulLinksToLinkInfo: ALink[] = [
|
||||
{
|
||||
title: Key.Wiki,
|
||||
to: WebsitePaths.Wiki,
|
||||
},
|
||||
{
|
||||
title: Key.Github,
|
||||
to: constants.URL_GITHUB_ORG,
|
||||
@@ -53,11 +57,6 @@ const usefulLinksToLinkInfo: ALink[] = [
|
||||
to: WebsitePaths.Whitepaper,
|
||||
shouldOpenInNewTab: true,
|
||||
},
|
||||
{
|
||||
title: Key.Sandbox,
|
||||
to: constants.URL_SANDBOX,
|
||||
shouldOpenInNewTab: true,
|
||||
},
|
||||
];
|
||||
|
||||
interface DevelopersDropDownProps {
|
||||
|
Reference in New Issue
Block a user