Skip to content

Commit

Permalink
ehance: new link to "Increase Existing Allocation"
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Nov 1, 2024
1 parent 5511205 commit ec94d1a
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 ec94d1a

Please sign in to comment.