diff --git a/build.zip b/build.zip new file mode 100644 index 0000000..e926bf6 Binary files /dev/null and b/build.zip differ diff --git a/src/App.tsx b/src/App.tsx index 9fb8299..9db65f4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -75,7 +75,7 @@ export const App: React.FC = () => { } AOS.init({ - once: true, + mirror: true, }); return ( diff --git a/src/components/cloudSolution/cloudSolution.tsx b/src/components/cloudSolution/cloudSolution.tsx index f3bb01e..80f0833 100644 --- a/src/components/cloudSolution/cloudSolution.tsx +++ b/src/components/cloudSolution/cloudSolution.tsx @@ -25,8 +25,6 @@ export const CloudSolution: React.FC = ({ text }) => {

- - ) } \ No newline at end of file diff --git a/src/components/demonstration/demonstartion.tsx b/src/components/demonstration/demonstartion.tsx index f266c08..ecf5b10 100644 --- a/src/components/demonstration/demonstartion.tsx +++ b/src/components/demonstration/demonstartion.tsx @@ -29,7 +29,7 @@ export const Demostration: React.FC = ({text}) => { - +
icon
diff --git a/src/components/demos/demos.tsx b/src/components/demos/demos.tsx index b69267d..391cf30 100644 --- a/src/components/demos/demos.tsx +++ b/src/components/demos/demos.tsx @@ -34,7 +34,7 @@ export const Demos: React.FC = ({ text }) => {
-
icon diff --git a/src/components/header/header.tsx b/src/components/header/header.tsx index d3ba041..dbfb2bc 100644 --- a/src/components/header/header.tsx +++ b/src/components/header/header.tsx @@ -63,13 +63,15 @@ export const Header: React.FC = } function goBack() { - if (location.pathname = '/demos') { + if (location.pathname === '/demos') { history.goBack() + } else { + window.location.reload(); } } return ( -
+
company-logo
diff --git a/src/components/multiplayer/multiplayer.tsx b/src/components/multiplayer/multiplayer.tsx index 54cca7b..f295ff2 100644 --- a/src/components/multiplayer/multiplayer.tsx +++ b/src/components/multiplayer/multiplayer.tsx @@ -16,8 +16,8 @@ export const Multiplayer: React.FC = ({text}) => { >
- device device + device device device
diff --git a/src/styles/styles.css b/src/styles/styles.css index 5aee8c7..fa39a2b 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -266,7 +266,7 @@ } .main-block_subblock { - width: 576px; + width: 640px; font-size: 22px; }