Skip to content

Commit

Permalink
remove finaid for ssi
Browse files Browse the repository at this point in the history
  • Loading branch information
gitschwifty committed Aug 16, 2024
1 parent cdd6b0f commit 65f3619
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions front-end/src/components/Tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,22 @@ export default React.memo(() => {
</a>
</>}

<Spacer size={16} />
{festival.festival_site_id !== 'ae4b04e5-8acf-400f-81f1-9a25553861c2' &&
(<>
<Spacer size={16} />

<a
className='button primary'
href='https://docs.google.com/forms/d/1-H7RljNum3D9VP8qLY8b65sCB-xR62sczVvh2m5LRLQ/edit'
target='_blank'
rel="noreferrer"
>
Need financial aid? Apply here
<Spacer size={5} />
<span className='material-symbols-outlined' style={{ fontSize: 18 }}>open_in_new</span>
</a>
<a
className='button primary'
href='https://docs.google.com/forms/d/1-H7RljNum3D9VP8qLY8b65sCB-xR62sczVvh2m5LRLQ/edit'
target='_blank'
rel="noreferrer"
>
Need financial aid? Apply here
<Spacer size={5} />
<span className='material-symbols-outlined' style={{ fontSize: 18 }}>open_in_new</span>
</a>
</>)
}

<Spacer size={32} />
<hr />
Expand Down

0 comments on commit 65f3619

Please sign in to comment.