import React, { Component } from 'react' class Invite extends Component { render = () => { return (

SHARE INVITE

The Metamaps platform is currently in an invite-only beta with the express purpose of creating a high value knowledge ecosystem, a diverse community of contributors and a culture of collaboration and curiosity.

As a valued beta tester, you have the ability to invite your peers, colleagues and collaborators onto the platform.

Below is a personal invite link containing your unique access code, which can be used multiple times.

{`/join?code=${this.props.inviteCode}`}

) } } export default Invite