pravki
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ export const App: React.FC = () => {
|
||||
}
|
||||
|
||||
AOS.init({
|
||||
once: true,
|
||||
mirror: true,
|
||||
});
|
||||
return (
|
||||
<Switch>
|
||||
|
||||
@@ -25,8 +25,6 @@ export const CloudSolution: React.FC<any> = ({ text }) => {
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
@@ -29,7 +29,7 @@ export const Demostration: React.FC<any> = ({text}) => {
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href='http://stream.graff.tech:16005/' target='_blank' rel="noreferrer" className='demos_container demos__route'>
|
||||
<a href='http://5.141.82.116:9888' target='_blank' rel="noreferrer" className='demos_container demos__route'>
|
||||
<div className="main-block__icon_container demo__icon">
|
||||
<img alt="icon" src={iconButton} className="main-block__icon"></img>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@ export const Demos: React.FC<any> = ({ text }) => {
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href='http://stream.graff.tech:16005/' target='_blank' rel="noreferrer" data-aos="fade-up"
|
||||
<a href='http://5.141.82.116:9888' target='_blank' rel="noreferrer" data-aos="fade-up"
|
||||
data-aos-delay="150" className='demos_container'>
|
||||
<div className="main-block__icon_container demo__icon">
|
||||
<img alt='icon' src={iconButton} className="main-block__icon"></img>
|
||||
|
||||
@@ -63,13 +63,15 @@ export const Header: React.FC<THeader> =
|
||||
}
|
||||
|
||||
function goBack() {
|
||||
if (location.pathname = '/demos') {
|
||||
if (location.pathname === '/demos') {
|
||||
history.goBack()
|
||||
} else {
|
||||
window.location.reload();
|
||||
}
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="header">
|
||||
<div className="header">
|
||||
<div className="header-container">
|
||||
<img onClick={goBack} className="header-logo" alt="company-logo" src={logo} />
|
||||
<div className="header-buttons">
|
||||
|
||||
@@ -16,8 +16,8 @@ export const Multiplayer: React.FC<any> = ({text}) => {
|
||||
>
|
||||
<Content text={text}></Content>
|
||||
<div className="multiplayer__photo-container">
|
||||
<img alt="device" src={photo} className="multiplayer__image" />
|
||||
<img alt="device" src={photo1} className="multiplayer__image" />
|
||||
<img alt="device" src={photo} className="multiplayer__image" />
|
||||
<img alt="device" src={photo2} className="multiplayer__image" />
|
||||
<img alt="device" src={photo3} className="multiplayer__image" />
|
||||
</div>
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
}
|
||||
|
||||
.main-block_subblock {
|
||||
width: 576px;
|
||||
width: 640px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user