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
The Footer component allows only 3 parameters for a partnerLogo :
alt
href
imgUrl
This doesn't give the possibility to open href in a new tab. This would require : target (_blank), title (which has to bear a " - open in a new window" suffix) and rel (e.g. noreferrer).
Possible fixes could be :
Adding target, title and rel properties
replacing href by a link object (with all linkProps available), this would be a breaking change
make opening in a new tab the default and only possibility by changing the returned footer structure