Skip to content

Commit

Permalink
fix data use terms link (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 31, 2024
1 parent 8042613 commit 535c687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`) {
Expand Down

0 comments on commit 535c687

Please sign in to comment.