-
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
Scroll button functionality #127
Conversation
jenniferchen11
commented
Jan 20, 2023
•
edited
Loading
edited
✅ Deploy Preview for gifted-fermat-a1fc62 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
of button
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.
Tiny nitpick, otherwise lgtm 😍
components/ScrollButton.tsx
Outdated
|
||
import CustomImage from "./CustomImage"; | ||
|
||
export default function Navbar() { |
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.
Looks like this should be named ScrollButton
? Although tbh I make this mistake everywhere and the name doesn't actually matter 😅
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.
LMAO i copied and pasted from another file and forgot to change...
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.
The image seems a little low res and the top is cut flat, can you guys make it an svg? (Can download the svg from the figma itself by right clicking on the left-hand side and saving as svg)
@navidboloorian For some reason the icons have to be PNGs (I tried it with the SVG and some of the properties cannot be applied to it). Could you take another look at it and let me know if the image quality is noticeably low? |
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.
Yeah it's actually not noticeable, I fixed the image cutoff issue where the top of the circle was cut off. LGTM!