-
Notifications
You must be signed in to change notification settings - Fork 3
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
π Update tooltip #980
π Update tooltip #980
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
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.
Instead of writing the tooltip message inline can you keep them in a separate file? Then we can import the tooltip messages into CreateToken.tsx
and call them like
<Tip tip={tooltip.clawbackAddr} />
which is more readable
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.
Please create a new file for the tooltips and import them into CreateToken.tsx
e0f17dc
into
942-feature-algodex-launchpad-for-creating-and-listing-asas
βΉ Overview
closes #979
π Related Issues
π Acceptance:
yarn test
passes