Skip to content

Commit

Permalink
feat: remove outdated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-stx committed Mar 30, 2023
1 parent f7f309f commit c613724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC } from 'react';
import type { StackProps } from '@stacks/ui';
import { IconClock, IconLock } from '@tabler/icons';
import { IconLock } from '@tabler/icons';
import { Stack } from '@stacks/ui';

import { pseudoBorderLeft } from '@components/styles/pseudo-border-left';
Expand All @@ -19,10 +19,6 @@ export const DelegatedStackingTerms: FC<StackProps> = props => (
There will be no way to unlock your STX once the pool has started stacking them. You will need
to wait until they unlock at the end of the pool's chosen number of cycles.
</StackingTermItem>
<StackingTermItem title="Consider the following cooldown cycle" icon={IconClock}>
After you’ve finished pooling, you’ll have to wait one cycle before stacking or pooling with
your STX address again.
</StackingTermItem>
<StackingTermItem title="Research your pool" icon={StepsIcon}>
Paying out rewards is at the discretion of the pool. Make sure you’ve researched and trust the
pool you’re using. All pools are unaffiliated with Hiro PBC.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Text, Stack, StackProps } from '@stacks/ui';

import { StackingTermItem } from '../../components/stacking-term';
import { pseudoBorderLeft } from '@components/styles/pseudo-border-left';
import { IconClock, IconLock } from '@tabler/icons';
import { IconLock } from '@tabler/icons';
import { StepsIcon } from '@components/icons/steps';

export const DirectStackingTerms: FC<StackProps> = props => (
Expand All @@ -25,12 +25,6 @@ export const DirectStackingTerms: FC<StackProps> = props => (
you have control over it.
</Text>
</StackingTermItem>
<StackingTermItem title="Consider the following cooldown cycle" icon={IconClock}>
<Text>
After your chosen duration is finished, you have to wait one cycle before you can stack from
this address again
</Text>
</StackingTermItem>
<StackingTermItem title="Dynamic minimum" icon={StepsIcon}>
<Text>
If the minimum increases, you could end up with fewer or no reward slots, even if you’ve
Expand Down

0 comments on commit c613724

Please sign in to comment.