uncomment keyboard
This commit is contained in:
parent
5688144a5e
commit
e3ca67f2c0
@ -208,9 +208,9 @@ export const MainPage = () => {
|
||||
return (
|
||||
<MainWrapper>
|
||||
<LogoImg src={logo} />
|
||||
<Start />
|
||||
{/* {!showStart && <Input onStart={() => setShowStart(true)} />}
|
||||
{showStart && <Start />} */}
|
||||
{/* <Start /> */}
|
||||
{!showStart && <Input onStart={() => setShowStart(true)} />}
|
||||
{showStart && <Start />}
|
||||
</MainWrapper>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user