-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sg2265/carriage-login #446
Conversation
This reverts commit 652bba2.
- all CSS located in one file - decreased font-size - fixed file formatting
[diff-counting] Significant lines: 236. |
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.
Great work on this feature Stuti! The footer looks good for the most part but the images don't seem to show up on my end. I was able to fix this by importing the images explicitly at the top of the file (e.g. import group525 from './Group525.png'
) and then adding this import as the source of the image (e.g. <img src={group525}></img>
) instead of hard-coding the path directly. Otherwise, everything looks great!
… progress (not finished
Your preview environment cornell-dti-carriage-web-pr-446 has been deployed. Preview environment endpoints are available at: |
Your preview environment cornell-dti-carriage-web-pr-446 has been deployed. Preview environment endpoints are available at: |
Summary
Started modifying carriage-login based on new Figma design