-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invitation lock tooltip (#3479) #3740
Invitation lock tooltip (#3479) #3740
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -111,7 +113,7 @@ export const BuyMembershipSignModal = ({ | |||
<TransactionInfo | |||
title="Creation fee:" | |||
value={membershipPrice?.toBn()} | |||
tooltipText={'Lorem ipsum dolor sit amet consectetur, adipisicing elit.'} | |||
tooltipText={'The price to create a membership.'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tooltipText={'The price to create a membership.'} | |
tooltipText="The price to create a membership." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be nice to have before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #3775.
@dmtrjsg I don't see any issue for this tooltip change, please feel free to take a look and approve if everything is good |
packages/ui/src/memberships/modals/BuyMembershipModal/BuyMembershipSignModal.tsx
Show resolved
Hide resolved
LGTM! |
Fixes #3479
Took the liberty to also address
Creation fee
.