-
Notifications
You must be signed in to change notification settings - Fork 25
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
refactor: add banner to w3i app #373
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
63e2b5e
to
e700759
Compare
18221b8
to
075eec9
Compare
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.
LGTM
if (closed) { | ||
return null | ||
} |
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.
My preference for logic like this is having it be outside of where it's display but I understand why putting it here makes it simpler. I'm okay with this because it's a temporary component
Description
Adding launch banner for announcing airdrop
Type of change
Checklist:
Additional Information (Optional)
Closes https://github.com/WalletConnect/web3inbox-planning/issues/28