Skip to content

Open partners logos links in a new tab (Footer) #205

@slafayIGN

Description

@slafayIGN

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 :

  1. Adding target, title and rel properties
  2. replacing href by a link object (with all linkProps available), this would be a breaking change
  3. make opening in a new tab the default and only possibility by changing the returned footer structure

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions