Skip to content

Commit d145b72

Browse files
authored
Merge pull request #809 from valory-xyz/mohan/update-text
feat: Remove outdated copy from Pearl
2 parents 70a0d1d + 7cc03b9 commit d145b72

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

frontend/components/ManageStakingPage/WhatAreStakingContracts.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const collapseItems = [
2020
<Text>
2121
Your agent can only participate in one staking contract at a time.
2222
</Text>
23-
<Text>
24-
To be eligible for rewards your agent must run max 1 hour a day,
25-
regardless of the staking contract.
26-
</Text>
2723
</Flex>
2824
),
2925
},

frontend/components/SetupPage/SetupYourAgent/SetupYourAgent.tsx

-9
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ export const SetupYourAgent = () => {
4545
{selectedAgentType === AgentType.Modius && (
4646
<ModiusAgentForm serviceTemplate={serviceTemplate} />
4747
)}
48-
49-
<Text
50-
type="secondary"
51-
className="text-sm"
52-
style={{ display: 'block', marginTop: '-16px' }}
53-
>
54-
You won’t be able to update your agent’s configuration after this
55-
step.
56-
</Text>
5748
</CardFlex>
5849
</ConfigProvider>
5950
);

0 commit comments

Comments
 (0)