Skip to content

Commit 1d26684

Browse files
committed
Add link to grants-info page on My Grant page
Added a `Link` to the grants information page (`https://pycon.it/grants-info`) on the My Grant profile page. This makes it easier for users to find more information about the grants process directly from their grant status view.
1 parent 10e021c commit 1d26684

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

frontend/src/components/my-grant-profile-page-handler/my-grant.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
22
Button,
33
Grid,
44
GridColumn,
5+
Link,
56
Spacer,
67
Text,
78
VerticalStack,
@@ -128,6 +129,13 @@ export const MyGrant = ({ grant, deadline }: Props) => {
128129
<FormattedMessage id="profile.myGrant.manage.warning" />
129130
</Text>
130131
)}
132+
133+
<Text>
134+
<FormattedMessage id="profile.myGrant.infoLink.text" />{" "}
135+
<Link href="https://pycon.it/grants-info" target="_blank">
136+
pycon.it/grants-info
137+
</Link>
138+
</Text>
131139
</VerticalStack>
132140
</GridColumn>
133141
</Grid>

frontend/src/locale/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ Failing to notify us may impact your eligibility for financial aid at future eve
190190
"The grant application form is currently closed. Unfortunately we can't accept new applications after our deadline.",
191191
"profile.myGrant.noGrant.body.openingSoon":
192192
"Our grant application form will open soon! Check our information page for more details.",
193+
"profile.myGrant.infoLink.text":
194+
"If you have any questions or doubts about the Financial Aid program, please check our info page:",
193195
"profile.logout": "Sign Out",
194196
"profile.logout.title": "Sign Out",
195197
"profile.logout.body": "{name}, are you sure you want to sign out?",
@@ -2039,6 +2041,8 @@ Usa il pulsante 'Gestisci' nella pagina per confermare o rifiutare il grant. Hai
20392041
"Il form per la richiesta di grant è al momento chiuso. Purtroppo non possiamo accettare nuove richieste dopo la scadenza.",
20402042
"profile.myGrant.noGrant.body.openingSoon":
20412043
"Il form per la richiesta del grant aprirà presto! Visita la nostra pagina informativa per ulteriori dettagli.",
2044+
"profile.myGrant.infoLink.text":
2045+
"Se hai domande o dubbi sul programma di supporto, consulta la nostra pagina informativa:",
20422046
"profile.editProfile.generalInformation": "Informazioni generali",
20432047
"profile.editProfile.emailPreferences": "Preferenze Email",
20442048
"profile.tickets.attendeeName": "Nome partecipante",

0 commit comments

Comments
 (0)