Skip to content

Commit

Permalink
add sample consent forms in spanish (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: alifr <[email protected]>
  • Loading branch information
alifr and alifr authored Dec 21, 2020
1 parent cbd53b1 commit e9ddb85
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/pages/expect/Consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ const Consent = () => {
<Grid item xs={12} md={6} lg={8} className={classes.textColumn}>
<Box mb={5} className={classes.linkList}>
<Typography variant="h3" component="h3">{t('sample_title')}</Typography>
<Button href={`/${process.env.PUBLIC_URL}assets/documents/Sample-Adult-Consent-Form.pdf`} color="primary" rel="noopener noreferrer" target="_blank">
<Button href={`/${process.env.PUBLIC_URL}assets/documents/${t('form_file_adult')}`} color="primary" rel="noopener noreferrer" target="_blank">
<RenderContent source={t('form_link_adult')} />
</Button>
<Button href={`/${process.env.PUBLIC_URL}assets/documents/Sample-Parental-Permission-Form.pdf`} color="primary" rel="noopener noreferrer" target="_blank">
<Button href={`/${process.env.PUBLIC_URL}assets/documents/${t('form_file_parental')}`} color="primary" rel="noopener noreferrer" target="_blank">
<RenderContent source={t('form_link_parental')} />
</Button>
<Button href={`/${process.env.PUBLIC_URL}assets/documents/Sample-Assent-Form-For-Minors.pdf`} color="primary" rel="noopener noreferrer" target="_blank">
<Button href={`/${process.env.PUBLIC_URL}assets/documents/${t('form_file_minors')}`} color="primary" rel="noopener noreferrer" target="_blank">
<RenderContent source={t('form_link_minors')} />
</Button>
</Box>
Expand Down

0 comments on commit e9ddb85

Please sign in to comment.