Skip to content

Commit

Permalink
feat(dcellar-web-ui): update flow rate limit tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-cao committed May 16, 2024
1 parent b942406 commit ddef9e9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ export const DiscontinueNotice = ({
discontinue?: boolean;
}) => {
const account = discontinue && flowRateLimit ? 2 : 0;
// todo
const discontinueReasons = [
{
title: 'Flow rate exceeds limit',
desc: "This bucket's flow rate has surpassed the payment account's...",
link: 'https://docs.nodereal.io/docs/dcellar-faq#question-what-is-flow-rate',
desc: "The bucket's flow rate exceeds the payment account limit. Contact the account owner or switch accounts to increase it.",
link: 'https://docs.nodereal.io/docs/dcellar-faq#question-why-is-my-bucket-flow-rate-limited',
show: flowRateLimit,
},
{ title: 'Discontinue Notice', desc: content, link: learnMore, show: discontinue },
Expand Down

0 comments on commit ddef9e9

Please sign in to comment.