-
Notifications
You must be signed in to change notification settings - Fork 7
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
enhancement/issue 71 acquire svgs for all assets #86
Conversation
✅ Deploy Preview for super-tapioca-5987ce ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
19b153c
to
48fcbf2
Compare
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.
Hey @Auhseh , thanks for this.
Have some feedback for this one if you are able to (otherwise i don't mind making these changes)
- Let's follow the file naming convention of the project just to keep things consistent (this should get the build passing):
- Nodejs.svg -> nodejs.svg
- Vercel.svg -> vercel.svg
- (I would use
git mv
for these since I think git has some issues with case sensitivity when renaming)
- I appreciate the effort, but let's remove the WCC icon for now. I've already reached out to the original designer to get a proper SVG export so I can take care of that one (since the one here looks a little jagged / choppy). 👍
- Can we update the image references on the home page to swap out the PNGs with the new SVGs. (all but the WCC icon are used in the Run Anywhere section)
Thanks again!
Also, this branch seemed pretty far behind main
so I did a rebase to get the latest home page code where these icons are being used just to better validate the changes overall when we make the swap, so just keep that in mind when pushing / pulling with git.
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.
Had a chance to get some of the feedback in and things are looking good now! Should be getting the updated WCC logo soon, but if I don't get it in a couple of days, we can totally merge this and I can submit a follow PR just for WCC.
Thanks again @Auhseh 🤝
SVG Assets for: - Node - Netlify
New Svgs for Vercel and Webcc
b8a898a
to
dcc2bf8
Compare
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.
In touch with the designer now and should have a new WCC logo SVG soon, but if it's not available by end of the week, I'll merge this as is and follow up with the WCC logo on its own.
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.
Awesome, the updated WCC logo has landed! Will give this a couple days for any final reviews and otherwise will merge by end of the week.
Thanks again @Auhseh !
Looks good 🚀 |
Related Issue
resolves #71
Summary of Changes
TODOs