Skip to content

Commit

Permalink
chore: amend delegation terms, closes blockstackpbc/legal#1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Feb 23, 2021
1 parent acf455d commit 9326372
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
24 changes: 15 additions & 9 deletions app/pages/stacking/components/delegated-stacking-terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,27 @@ import { ClockIcon } from '@components/icons/clock';
import { DelegationIcon } from '@components/icons/delegation-icon';

export const DelegatedStackingTerms: FC = () => (
<Box textStyle={['body.small', 'body.large']} mt="loose">
<Flex alignItems="center">
<Box mr="base-tight">
<Box textStyle={['body.small', 'body.large']} mt="loose" borderLeft="4px solid #FE9000" pl="base">
<Flex alignItems="start">
<Box mr="base-tight" mt="5px">
<DelegationIcon />
</Box>
<Text>Your delegator will stack on your behalf</Text>
<Text>
Your delegatee will stack on your behalf and distribute BTC rewards. Hiro can’t help you if
they don’t pay you your BTC rewards.
</Text>
</Flex>
<Flex alignItems="center" mt="base-loose">
<Box mr="base-tight">
<Flex alignItems="start" mt="base-loose">
<Box mr="base-tight" mt="4px">
<ClockIcon />
</Box>
<Text>You’ll STX will be delegated indefinitely until you cancel</Text>
<Text>
Your delegatee can lock your STX for up to 12 cycles. You can revoke anytime, but your funds
will be locked until all cycles finish.
</Text>
</Flex>
<Flex alignItems="center" mt="base-loose">
<Box mr="base-tight">
<Flex alignItems="start" mt="base-loose">
<Box mr="base-tight" mt="4px">
<ExclamationMarkCircleIcon width="16px" />
</Box>
<Text>Make sure you’ve researched and trust the delegation service</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const DelegatedStackingInfoCard: FC<StackingInfoCardProps> = props => {
<Flex justifyContent="space-between">
<Flex alignItems="center">
<Text textStyle="body.large.medium" mr="tight">
Delegator address
Delegatee address
</Text>
<ExplainerTooltip>
This will be provided to you by your chosen delegator
Expand Down
4 changes: 2 additions & 2 deletions app/pages/stacking/delegated-stacking/delegated-stacking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const StackingDelegation: FC = () => {
const stackingForm = (
<StackingFormContainer>
<ChooseDelegatorStxAddressStep
title="Choose delegator's address"
description="Enter the STX address shared with you by the delegator"
title="Choose delegatee's address"
description="Enter the STX address shared with you by your chosen delegatee"
isComplete={steps.getIsComplete(DelegateStep.ChooseDelegatorAddress)}
value={delegatorStxAddress ?? undefined}
state={steps.getView(DelegateStep.ChooseDelegatorAddress)}
Expand Down
4 changes: 2 additions & 2 deletions app/pages/start-stacking/start-stacking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export const ChooseStackingMethod: FC = () => {

<Card ml={[null, null, 'loose']} mt={['loose', null, 'unset']}>
<Title>Delegate</Title>
<OptionBenefit>A service stacks on your behalf</OptionBenefit>
<OptionBenefit>Stack in with small sums</OptionBenefit>
<OptionBenefit>A service, or delegatee, stacks on your behalf</OptionBenefit>
<OptionBenefit>Stack with small sums</OptionBenefit>
<OptionBenefit>Indefinite until you cancel</OptionBenefit>
<Flex alignItems="center">
<OptionButton
Expand Down

0 comments on commit 9326372

Please sign in to comment.