Skip to content

Commit

Permalink
Reorder app cards
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusv committed Dec 5, 2023
1 parent 7607e39 commit 8d3c7c5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/pages/Staking/HowItWorks/StakingApplications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,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 8d3c7c5

Please sign in to comment.