Closed umamukkara closed 5 years ago
i can work on this
Since you suggested splitting the images into two. How do i get them? Also whats the Js file for the site?
Hi @OPARA-PROSPER, Thanks for picking up the issue.
The logo is a header icon whose path is defined in siteConfig.js. You can find the image in static directory.
HeaderIcon implementation is residing in HeaderNav.js and feed.js files.
If you have any further query, please let us know.
You can also join hacktoberfest2018 channel on our slack workspace.
The link prompts me to login instead of registering. Can you please check it out
@OPARA-PROSPER I've updated the link.
@OPARA-PROSPER You can use these images for the header icon. OpenEBS logo OpenEBS Docs logo
@Akash4927 Hey can I take this one?
@devshiva619 Please go ahead.
I would like to submit a PR for this issue, @Akash4927 !
Is this issue still open?
I have submitted work on this issue, @anuragsachdeva28
Hi @brute4s99 . Thank you for making the appropriate changes with OpenEBS logo. PR #368 has been merged.
Issue type: Bug fix Complexity: Easy Issue description: OpenEBS docs site https://docs.openebs.io/ has a logo on the top left corner. The mule logo and the text in the OpenEBS Docs are created as one image. Because of this, the mule logo is not appearing as one image.
We probably need to split this into two images, One with just the Mule whose height can be more than the other image (OpenEBS Docs). This probably needs changes to JavaScript to support more than one image as part of the header logo or any other solution.