From bdf6b922b9b559f8d677decad8ede2ec0fb06f39 Mon Sep 17 00:00:00 2001 From: Howie Motenko Date: Thu, 28 Mar 2024 15:19:48 -0400 Subject: [PATCH] Add Textpresso landing page --- bin/build_sitemap.js | 3 ++- src/constants.js | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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',