Skip to content

Commit

Permalink
Merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza committed Sep 18, 2024
1 parent 44ec0a7 commit 291f473
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
5 changes: 1 addition & 4 deletions src/components/LeadForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,7 @@ const LeadForm = ({
)}
<Paragraph fontSize="10px" textAlign="left">
{yml.terms.agree_terms_text}{" "}
<a
href={yml.terms.terms_and_conditions_link}
target="_blank"
>
<a href={yml.terms.terms_and_conditions_link} target="_blank">
{yml.terms.terms_and_conditions}
</a>{" "}
{yml.terms.connector_and}{" "}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProgramDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ const ProgramDetails = (props) => {
height_xs="auto"
>
<Div>
<Icon icon="rocket-icon-new" width="46px" height="46px"/>
<Icon icon="rocket-icon-new" width="46px" height="46px" />
</Div>
<Div flexDirection="column" margin="0 0 0 15px">
<H3
Expand Down
19 changes: 5 additions & 14 deletions src/templates/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,25 +704,16 @@ const Apply = (props) => {
? "Loading..."
: yml.left.button.button_text}
</Button>
<Paragraph
fontSize="10px"
textAlign="left"
>
{yml.left.terms.agree_terms_text}
{' '}
<Paragraph fontSize="10px" textAlign="left">
{yml.left.terms.agree_terms_text}{" "}
<a
href={yml.left.terms.terms_and_conditions_link}
target="_blank"
>
{yml.left.terms.terms_and_conditions}
</a>
{' '}
{yml.left.terms.connector_and}
{' '}
<a
href={yml.left.terms.privacy_policy_link}
target="_blank"
>
</a>{" "}
{yml.left.terms.connector_and}{" "}
<a href={yml.left.terms.privacy_policy_link} target="_blank">
{yml.left.terms.privacy_policy}
</a>
</Paragraph>
Expand Down

0 comments on commit 291f473

Please sign in to comment.