Add external link to Discord invite (#551)

Test Plan:
None really needed—the infrastructure has already been tested—but you
can verify that this works both under `yarn start` and `yarn build` by
navigating to the evident URL.

wchargin-branch: discord-invite
This commit is contained in:
William Chargin 2018-07-27 20:18:22 -07:00 committed by GitHub
parent 8e062592ae
commit 68fa7237a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,15 @@ const routeData /*: $ReadOnlyArray<RouteDatum> */ = [
title: "SourceCred explorer",
navTitle: "Explorer",
},
{
path: "/discord-invite",
contents: {
type: "EXTERNAL_REDIRECT",
redirectTo: "https://discord.gg/tsBTgc9",
},
title: "SourceCred Discord invite",
navTitle: null,
},
];
exports.routeData = routeData;