From 535c68782fce13bc62f6e5c3a40b2d59cafe38a3 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Fri, 31 May 2024 01:17:31 +0100 Subject: [PATCH] fix data use terms link (#2070) --- website/src/routes/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/routes/routes.ts b/website/src/routes/routes.ts index c24ef2640..ce8d8d584 100644 --- a/website/src/routes/routes.ts +++ b/website/src/routes/routes.ts @@ -60,7 +60,7 @@ export const routes = { }, logout: () => '/logout', organismSelectorPage: (redirectTo: string) => `/organism-selector/${redirectTo}`, - datauseTermsPage: () => '/governance/data_use_terms', + datauseTermsPage: () => '/governance/data-use-terms', }; function withOrganism(organism: string, path: `/${string}`) {