aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-08 16:49:34 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-08 16:49:34 +0100
commita3d251baadf15b412ef85e063f5fbb48fdb0f32a (patch)
tree92d6622669cbde2a34343bc4ff988e49e4a98de7 /src/pages
parentd16049cbcde6c4b1de048f8c2f2fde859ac89564 (diff)
1e aangepaste spelregels dinges klaar
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/game.tsx4
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>