import "./style.css"; import React from "react"; export default class OverlayCard extends React.Component { toBack() { document.getElementById("pTitle").textContent = "Оверлеи"; document.getElementById("containerInfo").style.display = "none"; } render() { return (

this.toBack()} > {"X"} {this.props.title.name}: {this.props.OverlayInfo.name}

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

); } }