-
Notifications
You must be signed in to change notification settings - Fork 101
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
Replace the Logo of Layer5 with Meshery in config.yml workflow #93
Comments
Hey can I work on this? |
@anshgoyalevil, never store images like this outside of the repo. They must be stored inside of .github. @goldfishdolphin help, help. |
Actually, I was previously testing this Raw SVG thing, so used the same srcset instead of images stored inside the repo. Made a PR fixing that thing. Apologies. |
@anshgoyalevil // @goldfishdolphin
|
Thanks for giving the suggestions Sir. Will keep them in mind for future. |
Can I work on this issue? |
Replaces the Logo of Layer5 with given Meshery svg
Description
Currently, we are using the Logo of Layer5 instead of Meshery. This repository is under the organization Meshery, so, there should be the image of Meshery.
How to resolve this?
Go to .github and replace this welcome image with the new one:
Make sure to display the images conditionally, based on the theme selected by user.
Here's the sample code:
New images are:
Download these images, and upload with an appropriate name. Make sure to use conditional rendering as described above.
After uploading the image, and removing the previous image, go to .github/config.yml folder and update the reference to previous image to the new image in the following part:
Here, replace
![Congrats!](https://raw.githubusercontent.com/meshery/meshery.io/master/.github/welcome/Layer5-celebration.png)
with the codemake sure to change the image sources with the path to image in the folder where you upload it.
Contributor Guides and Handbook
The text was updated successfully, but these errors were encountered: