pravki..
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
import "../../styles/styles.css";
|
||||
|
||||
export const Content: React.FC<any> = ({text}) => {
|
||||
export const Content: React.FC<any> = ({ text }) => {
|
||||
return (
|
||||
<div data-aos="fade-up"
|
||||
data-aos-delay="400"
|
||||
className="main-block__container">
|
||||
<div>
|
||||
<p className="main-block__title_small">
|
||||
Graff.estate stream{" "}
|
||||
</p>
|
||||
<p className=" main-block__title_gardient_small">
|
||||
{text.mainBlockCaptionColor}
|
||||
</p>
|
||||
</div>
|
||||
<p className="main-block__title_small">
|
||||
Graff.estate stream{" "}
|
||||
<p className="main-block__title_gardient_small">{text.title}</p>
|
||||
</p>
|
||||
{text.mainBlockCaptionColor ? <p className=" main-block__caption_color">
|
||||
{text.mainBlockCaptionColor}
|
||||
</p>
|
||||
: <></>}
|
||||
<p className="main-block__caption multiplayer__caption">
|
||||
{text.mainBlockCaption}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user