import "./style.css"; import React from "react"; export default class OverlayCard extends React.Component { render() { return (

{this.props.title.name}: {this.props.OverlayInfo.name}

{this.props.title.discription}: {this.props.OverlayInfo.description}

); } }