Skip to content

Commit

Permalink
Merge pull request #689 from threshold-network/taco-cards
Browse files Browse the repository at this point in the history
Touches to Staking applications page
  • Loading branch information
theref authored Dec 6, 2023
2 parents 41751b0 + 8d3c7c5 commit 69432ce
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions src/pages/Staking/HowItWorks/StakingApplications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ const StakingApplications: PageComponent = () => {
<Stack>
<BodyMd>Change your authorized amount at any time. </BodyMd>
<BodyXs>
There is a deauthorization cooldown period of 45 days.
There is a deauthorization cooldown period of 45 days for
tBTC and Random Beacon apps and 180 days for TACo.
</BodyXs>
</Stack>
</HStack>
Expand All @@ -129,48 +130,48 @@ const StakingApplications: PageComponent = () => {
</Stack>
<Stack spacing={6}>
<ApplicationDetailsCard
preTitle="tBTC APP"
title="tBTC is the only truly decentralized solution for bridging Bitcoin to Ethereum."
description="tBTC replaces a centralized custodian with a randomly selected group of operators running nodes on the Threshold Network. This group of independent operators works together to secure your deposited Bitcoin through threshold cryptography."
imgSrc={iconMap.tbtc[colorMode]}
preTitle="TACo APP"
title="TACo is an access control layer that enables decentralized e2e encrypted data sharing in Web3 applications."
description="TACo is a plug-in access control layer and cryptographic primitive, operationally distributed across a cohort of Threshold nodes. Private data are encrypted by a data owner along with embedded access conditions. The data remain encrypted until it reaches the device of a qualifying recipient."
imgSrc={iconMap.taco[colorMode]}
ctaButtons={
<VStack mb={6}>
<ButtonLink to="/staking" isFullWidth>
Authorize tBTC
Authorize TACo
</ButtonLink>
<ButtonLink
isExternal
href={ExternalHref.tbtcNodeDocs}
href={ExternalHref.tacoNodeDocs}
isFullWidth
variant="outline"
>
tBTC Node Docs
TACo Node Docs
</ButtonLink>
</VStack>
}
rewardSteps={tbtcNodeSteps}
rewardSteps={tacoNodeSteps}
/>
<ApplicationDetailsCard
preTitle="TACo APP"
title="TACo is an access control layer that enables decentralized e2e encrypted data sharing in Web3 applications."
description="TACo is a plug-in access control layer and cryptographic primitive, operationally distributed across a cohort of Threshold nodes. Private data are encrypted by a data owner along with embedded access conditions. The data remain encrypted until it reaches the device of a qualifying recipient."
imgSrc={iconMap.taco[colorMode]}
preTitle="tBTC APP"
title="tBTC is the only truly decentralized solution for bridging Bitcoin to Ethereum."
description="tBTC replaces a centralized custodian with a randomly selected group of operators running nodes on the Threshold Network. This group of independent operators works together to secure your deposited Bitcoin through threshold cryptography."
imgSrc={iconMap.tbtc[colorMode]}
ctaButtons={
<VStack mb={6}>
<ButtonLink to="/staking" isFullWidth>
Authorize TACo
Authorize tBTC
</ButtonLink>
<ButtonLink
isExternal
href={ExternalHref.tacoNodeDocs}
href={ExternalHref.tbtcNodeDocs}
isFullWidth
variant="outline"
>
TACo Node Docs
tBTC Node Docs
</ButtonLink>
</VStack>
}
rewardSteps={tacoNodeSteps}
rewardSteps={tbtcNodeSteps}
/>
<ApplicationDetailsCard
preTitle="Random Beacon APP"
Expand Down

0 comments on commit 69432ce

Please sign in to comment.