analy
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import "../../styles/styles.css";
|
||||
|
||||
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__caption multiplayer__caption">
|
||||
{text.mainBlockCaption}
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user