-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: Alpha landing page #478
Conversation
Branch preview✅ Deployed successfully in branch deployment: |
dfc8a56
to
54b1824
Compare
54b1824
to
6eae2de
Compare
51b98eb
to
8c6b196
Compare
building beyond smart accounts and multi-sig. We will unveil the first look at{' '} | ||
<HiddenXs className={css.alwaysVisible} /> ! | ||
<br /> | ||
We believe this can redefine Ethereum experience as we know it and unlock new potential for the whole |
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.
We believe this can redefine Ethereum experience as we know it and unlock new potential for the whole | |
We believe this can redefine the Ethereum experience as we know it and unlock new potential for the whole |
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.
Applied the correction
<SafeLink href={TELEGRAM_LINK}> | ||
<Button variant="outlined" size="large" className={css.alwaysVisible}> | ||
<img src="/images/telegram-logo.svg" alt="Telegram logo" /> | ||
Join telegram group | ||
</Button> | ||
</SafeLink> |
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.
This button is wrapped in a link.
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 it.
<SafeLink href={LUMA_LINK}> | ||
<Button variant="contained" size="large" className={css.alwaysVisible}> | ||
RSVP | ||
</Button> | ||
</SafeLink> |
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.
As above re. the button wrapped in a link.
What it solves