Skip to content

Commit

Permalink
ehance: new link to "Increase Existing Allocation" (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Nov 1, 2024
1 parent 5511205 commit 3514f13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<a href={href} target="_blank" rel="noreferrer">
<Button type="link">Increase Existing Allocation</Button>
Expand Down

0 comments on commit 3514f13

Please sign in to comment.