File tree Expand file tree Collapse file tree 4 files changed +9
-20
lines changed
app/5_pages/LandingPage/components Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,7 @@ export const Banner: FC = () => {
5050 style = { ButtonStyle . secondary }
5151 size = { ButtonSize . large }
5252 text = { t ( translations . landingPage . promotions . originsLaunch . cta ) }
53- href = { LAUNCHPAD_LINKS . ORIGINS }
54- hrefExternal
55- />
56- < Button
57- style = { ButtonStyle . ghost }
58- size = { ButtonSize . large }
59- className = "text-sm"
60- text = { t (
61- translations . landingPage . promotions . originsLaunch
62- . secondaryCta ,
63- ) }
64- href = { LAUNCHPAD_LINKS . LEARN_MORE }
53+ href = { LAUNCHPAD_LINKS . ORIGINS_CLAIM }
6554 hrefExternal
6655 />
6756 </ >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const QuickLaunch: FC = () => {
5858 pageTranslations . quickLaunch . originsLaunchpad . description ,
5959 ) ,
6060 action : t ( pageTranslations . quickLaunch . originsLaunchpad . action ) ,
61- href : LAUNCHPAD_LINKS . ORIGINS ,
61+ href : LAUNCHPAD_LINKS . ORIGINS_CLAIM ,
6262 url : noop ,
6363 backgroundImage : originsLaunch ,
6464 chains : [ Chains . RSK ] ,
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ export const ROOTSTOCK_LINK = 'https://rootstock.io/';
7171
7272export const LAUNCHPAD_LINKS = {
7373 ORIGINS : 'https://origins.sovryn.app' ,
74+ ORIGINS_CLAIM : 'https://origins.sovryn.app/bos/vesting-claim' ,
7475 LEARN_MORE :
7576 'https://sovryn.com/all-things-sovryn/stake-sov-get-origins-bonus' ,
7677} ;
Original file line number Diff line number Diff line change 544544 "action" : " Coming soon"
545545 },
546546 "originsLaunchpad" : {
547- "title" : " Join $BOS Presale – Phase 2 Live " ,
548- "description" : " Deposit from any chain. Get bonuses for $SOV staking. BTC and ADA deposits ." ,
549- "action" : " Join Presale "
547+ "title" : " Claim your $BOS" ,
548+ "description" : " Presale Claims are now open ." ,
549+ "action" : " Claim $BOS "
550550 }
551551 },
552552 "promotions" : {
582582 "cta" : " Stake SOV"
583583 },
584584 "originsLaunch" : {
585- "title" : " Origins is live!" ,
586- "description" : " Join the $BOS Phase 2 presale on Sovryn’s multichain launchpad. $SOV stakers earn bonuses!" ,
587- "cta" : " Join Presale" ,
588- "secondaryCta" : " Learn more"
585+ "title" : " BOS CLAIMS ARE OPEN" ,
586+ "description" : " Claim your BOS tokens on Sovryn Origin - the multichain launchpad!" ,
587+ "cta" : " Claim $BOS"
589588 }
590589 },
591590 "titleSection" : {
You can’t perform that action at this time.
0 commit comments