-
Notifications
You must be signed in to change notification settings - Fork 1k
fix: resolve missing logo asset #8196
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Emmanuel Ferdman <[email protected]>
@@ -1,6 +1,6 @@ | |||
<p align="center"> | |||
<a href="https://app.electricitymaps.com"> | |||
<img alt="Electricity Maps" src="https://raw.githubusercontent.com/electricitymaps/electricitymaps-contrib/master/web/public/images/electricitymaps-logo.svg" width="100" /> | |||
<img alt="Electricity Maps" src="https://raw.githubusercontent.com/electricitymaps/electricitymaps-contrib/master/web/public/images/electricity-maps-logo.svg" width="100" /> |
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 good but I think we might want to use the social images instead, the dark and light versions so we can switch between the two on github depending on the user preference. Right now you can hardly see the logo on dark mode.
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.
Thanks for the feedback! Should I update the PR to use the social images with support for light/dark mode? Where can I find them? Let me know how I can help move this forward or what to do with this PR for now.
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.
@Alportan do you know where the social images are so @emmanuel-ferdman can use them instead?
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.
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.
@Alportan The light and dark versions of the ElectricityMap social image are included in the README.md
. Just above them, we also display the ElectricityMap logo, which currently only exists in light mode. Viktor suggested adding a dark mode version of the logo as well. If the dark mode logo asset doesn't exist, we can keep the light mode to fix the broken link for now (or just remove the logo section), until we will have a dark mode logo as well. 😄
Here is the logo:
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.
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.
@emmanuel-ferdman does that image work for you?
Hi @VIKTORVAV99, can you please update what shall we do with this PR? thanks 🙌 |
@emmanuel-ferdman I'll take over the review because Viktor is out. |
Issue
Description
This small PR fixes the broken missing logo asset in
README.md
.Preview
Double check
poetry run test_parser "zone_key"
pnpx prettier@2 --write .
andpoetry run format
in the top level directory to format my changes.