-
Notifications
You must be signed in to change notification settings - Fork 0
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: Add character page #8
base: main
Are you sure you want to change the base?
Conversation
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 looks really good! I just left a few really quick comments (the most important one being that the name of the series isn't Lord of the Ring), and make sure to update the PR description~
@@ -0,0 +1,3575 @@ | |||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. |
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.
It'd be great if we could avoid including this!
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 believe it is actually good practice to include the yarn.lock file: https://stackoverflow.com/a/40206145, for versioning issues . In the future, you can run:
yarn install --frozen-lockfile
to get the repo packages exactly the same as other stuff.
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.
oh hm we include it even when using npm?
<Center pb={4}> | ||
<Image src="/LordOfRingLogo.png" alt="Logo" width="300px" /> | ||
</Center> | ||
<Center> |
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.
Looking at the Figma, we want the card to be centered on the page---maybe try putting the image & the card in the same Center
component & giving the image absolute positioning
Status:
🚧 In development
Description
Fixes hack4impact-uiuc/starter-projects#27
Todos
Screenshots