Skip to content

Commit

Permalink
Merge pull request #2431 from Giveth/develop
Browse files Browse the repository at this point in the history
Chainvine copies and video update
  • Loading branch information
mateodaza authored Mar 28, 2023
2 parents 42ed104 + ecfdd7f commit b4d6f98
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 3 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,5 +1241,7 @@
"component.pfp_eligibility_modal.title.not_eligible": "Address is not eligible for early minting!",
"component.pfp_eligibility_modal.content.not_eligible": "The wallet address you connected with is not on our allowlist for early minting. If you think this is a mistake, contact our team. Check out our documentation for full details on eligibility, or come back when public minting opens on Mar 24, 2023, 16:00 UTC.",
"component.pfp_eligibility_modal.content.success": "You are eligible to mint your Giver early! Thanks for supporting Giveth",
"label.duration_ago": "{duration} ago"
"label.duration_ago": "{duration} ago",
"label.an_equivalent_of_up_to_40%": "An equivalent of up to 40% of the donation amount in GIV tokens!",
"label.read_more_on_our_docs": "Read more on our docs"
}
4 changes: 3 additions & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,5 +1248,7 @@
"component.pfp_eligibility_modal.title.not_eligible": "Esta dirección no es elegible para hacer minting adelantado!",
"component.pfp_eligibility_modal.content.success": "Eres elegible para hacer mint de tu Giver adelantado! Gracias por tu apoyo a Giveth",
"component.pfp_eligibility_modal.content.not_eligible": "La billetera que conectaste no esta en nuestra lista para hacer minting adelantado. Si piensas que fue un error, contacta a nuestro equipo. Revisa nuestra documentación para más detalle en elegibilidad, o regresa cuando el mint público inicie el dia 24 de Marzo, 2023 a las 16:00 UTC.",
"label.duration_ago": "hace {duration}"
"label.duration_ago": "hace {duration}",
"label.an_equivalent_of_up_to_40%": "Un equivalente de hasta 40% del monto de la donación en GIV tokens!",
"label.read_more_on_our_docs": "Aprende más en nuestra doc"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.12.2",
"version": "2.12.3",
"private": true,
"scripts": {
"build": "next build",
Expand Down
Binary file not shown.
21 changes: 19 additions & 2 deletions src/components/views/GIVferral.view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const GIVferralView = () => {
<CaptionBox>
<Caption>
{formatMessage({
id: 'label.up_to_10_percent_of_the_total_donation',
id: 'label.an_equivalent_of_up_to_40%',
})}
</Caption>
</CaptionBox>
Expand Down Expand Up @@ -145,8 +145,25 @@ const GIVferralView = () => {
id: 'label.learn_how_to_become_an_active_part',
})}
</H4Text>
<GoTo
label={formatMessage({
id: 'label.read_more_on_our_docs',
})}
linkType='texty-primary'
isExternal
href={'https://docs.giveth.io/giveconomy/referral'}
icon={
<Image
alt='outlink'
src='/images/icons/outlink.svg'
width={16}
height={16}
/>
}
target='_blank'
/>
</LargeBox>
<VideoBlock src='/video/giveth-referral-program-v1.mp4' />
<VideoBlock src='/video/giveth-referral program-v2.mp4' />
</VideoBox>
<FloatingFigure1 />
<FloatingFigure2 />
Expand Down

1 comment on commit b4d6f98

@vercel
Copy link

@vercel vercel bot commented on b4d6f98 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

giveth-dapps-v2 – ./

giveth.io
giveth-dapps-v2-givethio.vercel.app
www.giveth.io
giveth-dapps-v2-git-main-givethio.vercel.app

Please sign in to comment.