We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816addd commit 3166301Copy full SHA for 3166301
2 files changed
src/components/Home/HomeHero.tsx
@@ -18,7 +18,6 @@ import { PlayType } from 'src/types'
18
import { getGlobalStats, getActiveUserCount } from 'src/api'
19
import { AuthContext, ModalContext } from 'src/contexts'
20
import { AnimatedNumber } from 'src/components/Common/AnimatedNumber'
21
-import { LiveChessBoard } from 'src/components/Home/LiveChessBoard'
22
23
interface Props {
24
scrollHandler: () => void
@@ -296,7 +295,6 @@ export const HomeHero: React.FC<Props> = ({ scrollHandler }: Props) => {
296
295
<></>
297
)}
298
</motion.div>
299
- <LiveChessBoard />
300
</div>
301
</Fragment>
302
)
src/components/Home/LiveChessBoard.tsx
0 commit comments