diff options
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/game.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/game.tsx b/src/pages/game.tsx index f5dfd39..18007cb 100644 --- a/src/pages/game.tsx +++ b/src/pages/game.tsx @@ -5,7 +5,7 @@ import { CenteredPage } from '../components/page'; import { VoerBord } from '../components/voerBord'; import { DialogBox } from '../components/dialogBox'; import { CurrentGameSettings } from '../components/gameSettings'; -import { Button, Input } from '../components/ui'; +import { Button, SearchBar } from '../components/ui'; import { GameBar } from '../components/gameBar'; import WifiTetheringRoundedIcon from '@material-ui/icons/WifiTetheringRounded'; @@ -73,7 +73,7 @@ export default function GamePage() { <h2 style={InviteButtonLabelStyle}>Uitnodigen via link</h2> </Button> </div> - <Input label="Zoeken in vriendenlijst"/> + <SearchBar label="Zoeken in vriendenlijst"/> </DialogBox> </CenteredPage> </div> |