-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement Home page #219
Implement Home page #219
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Thanks @icetrust0212 I'll review it today |
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.
Thanks for the PR @icetrust0212, really appreciate the work.
There are a few changes needed though, notably the Header is not behaving correctly anymore.
Please see my comments below.
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.
All working fine. Thanks.
Just added a few comments for changes to go with this repository's style.
src/components/pages/HomeView.tsx
Outdated
import { useIntl } from "react-intl"; | ||
import HeroSection from "../organisms/HeroSection"; | ||
import JoinWaitlist from "../organisms/JoinWaitlist"; | ||
import LearnMore from "../organisms/LearnMore"; |
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 use barrel files in this repository. Could you add this component to the barrel file in organisms
? Thanks
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.
Done
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.
Thanks @icetrust0212
No description provided.