Skip to content

Club page emails are hardcoded to mailto: links #285

@ct-martin

Description

@ct-martin

Club emails are hard-coded to mailto: links regardless whether they are links or emails, e.g. RITlug's mailing list gets converted to mailto:https://groups.google.com/forum/#!forum/ritlug-announce

See:

/**
* EmailInfo wrapper.
* Constructs email element.
*
* @param {String} email The club email
*/
const EmailInfo = ({ email }) => (
<li className="club-info__item-wrapper">
<ClubInfoItem email={`mailto:${email}`}>
<Email value={email} />
</ClubInfoItem>
</li>
);

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