-
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
updated the logo and paragraph #2
Conversation
✔️ Deploy Preview for modest-mestorf-a2c751 ready! 🔨 Explore the source changes: e04dad0 🔍 Inspect the deploy log: https://app.netlify.com/sites/modest-mestorf-a2c751/deploys/61f7ca5d7c7f94000711c05c 😎 Browse the preview: https://deploy-preview-2--modest-mestorf-a2c751.netlify.app/ |
@@ -1,5 +1,5 @@ | |||
import React from 'react' | |||
import logo from '../src/assets/Ideaoryx.svg' | |||
import logo from '../src/assets/Ideaoryx.png' |
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.
Is it possible for you to show the output for this for different viewports?
A screenshot would be cool, because I'm not sure if a png
would scale as well as an svg
for this case.
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.
okay i will change png to svg
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.
Changes with respect to the name change look good.
There are a few issues with the changes though.
- Check into whether the logo plays well with varying viewport sizes.
- Get rid of either
package-lock.json
oryarn.lock
, both of them together are unnecessary.
- updated the ideaoryx png logo to svg - changed project to projects in timeline file
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.
Changes have been reviewed. Everything looks good.
Approving for a merge.
@dat-adi