Skip to content

Commit

Permalink
Merge branch 'main' into fix/core-styles-bug-in-core-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Nov 1, 2024
2 parents ba98c84 + 3514f13 commit 43506e7
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 43506e7

Please sign in to comment.