-
Notifications
You must be signed in to change notification settings - Fork 254
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
docs: add docs for Earn
component, hooks, and utilities
#1981
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
site/docs/pages/earn/earn.mdx
Outdated
key={amount} | ||
type="button" | ||
onClick={() => setDepositAmount(amount)} | ||
className={`rounded-md px-4 py-2 ${selected ? 'bg-[var(--ock-bg-primary)] text-[var(--ock-text-inverse)]' : 'bg-[var(--ock-bg-secondary)] text-[var(--ock-text-primary)]'}`} |
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.
nit: classes cut off,
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.
@@ -0,0 +1,89 @@ | |||
import { |
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.
Is this page being displayed?
As a follow up let's add this to the landing page under Ready-to-use components! |
The base branch was changed.
What changed? Why?
Notes to reviewers
How has it been tested?