1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-06 10:13:27 +00:00

Fixed bug wherein drawn card was a special card

This commit is contained in:
Mizanali Panjwani
2021-02-14 20:49:21 +05:30
parent 6ca3a90a15
commit 690fc5e1d3
2 changed files with 117 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ import { connect } from 'react-redux'
const Homepage = (props) => {
return (
<div className='Homepage'>
<h1>Homepage</h1>
<h1>UNO</h1>
<Link to='/play'><button onClick={props.onStartGame}>START GAME</button></Link>
</div>
)