mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 18:14:19 -08:00
* Add Previous Version page - Create a new DownloadButton component - Add PreviousVersion link to main nav - Extract out download button from PublicVideo component - Update SidePageNav to render PrevVersion - Add Beta start date - Create previous-version page - Add public eng to all pages - update snapshots * Update cypress test to test prev version page - Add <ul> around card as it fails a11y without it. * Add updated tribal base map - this removes the LAR suffix in MapBox studio
11 lines
308 B
JavaScript
11 lines
308 B
JavaScript
export const PAGES_ENDPOINTS = {
|
|
EXPLORE: '/',
|
|
METHODOLOGY: '/methodology',
|
|
DOWNLOADS: '/downloads',
|
|
TSD: '/technical-support-document',
|
|
ABOUT: '/about',
|
|
FAQS: '/frequently-asked-questions',
|
|
PUBLIC_ENG: '/public-engagement',
|
|
CONTACT: '/contact',
|
|
PREVIOUS_VERSIONS: '/previous-versions',
|
|
};
|