-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add a release banner on top of the homepage #553
Add a release banner on top of the homepage #553
Conversation
<a href={href} target="_blank" rel="noreferrer"> | ||
<span>A Step Ahead</span> | ||
<p> | ||
Explore Estuary's powerful compliance solutions | ||
- Streamline your security and scale with | ||
confidence! | ||
</p> | ||
<ArrowRight color="#fff" /> | ||
</a> |
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 should either pass in everything or nothing.
Since the plan it for Dani to submit PRs I think we should just make this a stand alone component that only handles taking in dark
or light
mode.
Then later on if we need we can make this a base component that takes in an href, title, message, and icon.
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.
Okay, so we just need the href
to be the same for all.
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.
If in the future we need it to be customizable, we add props to it as you said.
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
)} | ||
> | ||
<div> | ||
<a href="/deployment-options" target="_blank" rel="noreferrer"> |
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.
doubt it matters... but should be end this href
with /
?
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.
I wondered the same thing but when we click on the banner, the slash is added automatically. Also, none of the other href have this slash on the end. Anyway, I can ask Sourabh.
Visit the preview URL for this PR (updated for commit f0294fa): https://estuary-marketing--pr553-brenosalv-feature-52-pr1su0y1.web.app (expires Sat, 30 Nov 2024 23:29:13 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 76f6b095a0752e5d9c6c890267f9fdc3e392161e |
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
#525
Changes
Tests / Screenshots