From 9f94fc2d8e39a54f05b2d8ddfc47f1206b9f3932 Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:42:56 -0400 Subject: [PATCH] fix: list of pages in const update --- src/consts.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index 87cf8c2..3850337 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,4 @@ export const SITE_TITLE = "MMP" export const SITE_DESCRIPTION = "Mesoamerican Migration Project" - -export const LINKS = ["people", "news", "publications", "map", "data", "documentation"] +export const LINKS = ["people", "news", "publications", "study-design", "data", "documentation"]