Update Start.js
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 7s
Create and publish a Docker image / Deploy image (push) Has been skipped

This commit is contained in:
VITALY-VORON 2023-08-24 21:48:22 +03:00
parent e7d07769ed
commit b34f1efce0

View File

@ -12,7 +12,6 @@ const Start = (props) => {
flexWrap: 'wrap', flexWrap: 'wrap',
justifyContent: 'space-between', justifyContent: 'space-between',
height: '95vh', height: '95vh',
backgroundImage: '../../data/img/Rectangle 27.png',
}}> }}>
<img src="" alt="Icon"/> <img src="" alt="Icon"/>
<button onClick={() => route('/')}>Начать</button> <button onClick={() => route('/')}>Начать</button>