From 3514f131436ec9084952b6b1673e134d9884535b Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:19:18 -0500 Subject: [PATCH] ehance: new link to "Increase Existing Allocation" (#488) --- libs/tup-components/src/projects/details/ProjectDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tup-components/src/projects/details/ProjectDetails.tsx b/libs/tup-components/src/projects/details/ProjectDetails.tsx index 0562cc0de..73d671f43 100644 --- a/libs/tup-components/src/projects/details/ProjectDetails.tsx +++ b/libs/tup-components/src/projects/details/ProjectDetails.tsx @@ -82,7 +82,7 @@ const IncreaseAllocation: React.FC<{ chargeCode: string }> = ({ }) => { const href = chargeCode.startsWith('TG-') ? 'https://allocations.access-ci.org/requests' - : 'https://submit-tacc.xras.org/'; + : 'https://submit-tacc.xras.org/requests'; return (