Skip to content

Commit 3166301

Browse files
chore: remove absolute-positioned maia tv component
1 parent 816addd commit 3166301

2 files changed

Lines changed: 0 additions & 250 deletions

File tree

src/components/Home/HomeHero.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { PlayType } from 'src/types'
1818
import { getGlobalStats, getActiveUserCount } from 'src/api'
1919
import { AuthContext, ModalContext } from 'src/contexts'
2020
import { AnimatedNumber } from 'src/components/Common/AnimatedNumber'
21-
import { LiveChessBoard } from 'src/components/Home/LiveChessBoard'
2221

2322
interface Props {
2423
scrollHandler: () => void
@@ -296,7 +295,6 @@ export const HomeHero: React.FC<Props> = ({ scrollHandler }: Props) => {
296295
<></>
297296
)}
298297
</motion.div>
299-
<LiveChessBoard />
300298
</div>
301299
</Fragment>
302300
)

src/components/Home/LiveChessBoard.tsx

Lines changed: 0 additions & 248 deletions
This file was deleted.

0 commit comments

Comments
 (0)