diff --git a/bin/build_sitemap.js b/bin/build_sitemap.js index 4b77b3a4b..f74a0e0c4 100644 --- a/bin/build_sitemap.js +++ b/bin/build_sitemap.js @@ -25,7 +25,8 @@ var sitemap = sm.createSitemap({ { url: '/genome-features', changefreq: 'monthly', priority: 0.7, lastmodrealtime: true }, { url: '/administrative-supplement', changefreq: 'monthly', priority: 0.7, lastmodrealtime: true }, { url: '/phenotypes-and-disease-models', changefreq: 'monthly', priority: 0.7, lastmodrealtime: true }, - { url: '/submit-data', changefreq: 'monthly', priority: 0.7, lastmodrealtime: true } + { url: '/submit-data', changefreq: 'monthly', priority: 0.7, lastmodrealtime: true }, + { url: '/textpresso', changefreq: 'monthly', priority: 0.7, lastmodrealtime: true } ] }); diff --git a/src/constants.js b/src/constants.js index e96a731da..55655e076 100644 --- a/src/constants.js +++ b/src/constants.js @@ -87,6 +87,10 @@ export const NAV_MENU = [ label: 'Submit Data', route: '/submit-data', }, + { + label: 'Textpresso', + route: '/textpresso', + }, { label: 'Tools and Prototypes', route: '/prototypes',