You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose we remove this param.
Passing it in the query string or an endpoint badge response should not throw an error, but it should also have no effect. We should remove it from the documentation.
The process should look similar to #10284 which removes the logoPosition param (which already did nothing).
The text was updated successfully, but these errors were encountered:
📋 Description
Shields exposes a param called
logoWidth
.It is not very useful and doesn't really do what you would expect it to do, but it does exist.
https://img.shields.io/badge/foo-bar-blue?logo=javascript
https://img.shields.io/badge/foo-bar-blue?logo=javascript&logoWidth=50
This is really a hangover from the "popout" style which was removed in #3747
Tbh, we probably should have got rid of it then, but we didn't.
I propose we remove this param.
Passing it in the query string or an endpoint badge response should not throw an error, but it should also have no effect. We should remove it from the documentation.
The process should look similar to #10284 which removes the
logoPosition
param (which already did nothing).The text was updated successfully, but these errors were encountered: