pagopa/pagopa-checkout-fe

Use unified cdn for logos

Opened this issue · 0 comments

Use same repo (possibly CDN) for all logos about psp, card brand, pagopa and all others kind of logo

          > > > In this point the old logo image is used to show it in the header

import pagopaLogo from "../../assets/images/pagopa-logo.svg";

but the new logo image have a different name

This is another ref, to the image dir, while we are replacing the one in logos dir

Are we sure that we do not need to update the image in the assets/images folder as well ?

These are different resources that belong to different domains. I agree with you that it should be better to have single logo repo and single logo ref, but changing it could lead to undesired frontend issue. Moreover, unify logos is out of the scope of this PR. This could be a good point to mark as tech debt and report in a github issue. What do you think?

Originally posted by @ciuffagianluca in #233 (comment)