aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-05 12:41:55 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-05 12:41:55 +0100
commit083cc3c157c320bf01427af32c9729e6a6544cd8 (patch)
treee7c7c316183cee0fa7274984614e1acb95849516 /src
parent8cdbd98c8ab9646a96bc22724f38038b4e273a0e (diff)
icoontje gefixt
Diffstat (limited to 'src')
-rw-r--r--src/pages/home.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pages/home.tsx b/src/pages/home.tsx
index 735ef10..4557ffa 100644
--- a/src/pages/home.tsx
+++ b/src/pages/home.tsx
@@ -7,6 +7,9 @@ import { Vierkant } from '../components/vierkant';
import VideogameAssetIcon from '@material-ui/icons/VideogameAsset';
import ExtensionIcon from '@material-ui/icons/Extension';
+import Icon from '@mdi/react';
+import { mdiRobotExcited } from '@mdi/js';
+
var GameModeIconStyle: CSSProperties = {
fontSize: 64,
display: "inline-block",
@@ -47,7 +50,7 @@ function HomePage() {
<div style={SquareSize}></div>
</Vierkant>
<Vierkant>
- <VideogameAssetIcon style={GameModeIconStyle}/>
+ <Icon path={mdiRobotExcited} style={GameModeIconStyle}/>
<span style={GameModeTextStyle}>Tegen computer</span>
<div style={SquareSize}></div>
</Vierkant>