Currently the CreditLogos component doesn't set any sort of size for its logo links. This isn't an issue in any of our current stories because they all set the size manually, but this component should really be usable out of the box. This PR sets a default logo size of 5vmin (we've used that in existing stories) and adds a prop to change the logo size.
Currently the
CreditLogos
component doesn't set any sort of size for its logo links. This isn't an issue in any of our current stories because they all set the size manually, but this component should really be usable out of the box. This PR sets a default logo size of5vmin
(we've used that in existing stories) and adds a prop to change the logo size.