aboutsummaryrefslogtreecommitdiff
path: root/components/gameBar.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-12 13:27:58 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-12 13:27:58 +0100
commit381aa865bdeb358dc4a63f3f9848055da62abc08 (patch)
tree0e093027d76bab5e734d887f8a936b2624f95cc2 /components/gameBar.tsx
parent04a42a7874f165861878d80f20a0c9809cf20cda (diff)
WIP friend requests dialog
Diffstat (limited to 'components/gameBar.tsx')
-rw-r--r--components/gameBar.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/gameBar.tsx b/components/gameBar.tsx
index cacb5e8..f26201c 100644
--- a/components/gameBar.tsx
+++ b/components/gameBar.tsx
@@ -1,5 +1,5 @@
import { CSSProperties, ReactNode } from 'react';
-import { Vierkant } from './ui';
+import { Vierkant, Bubble } from './ui';
import SettingsRoundedIcon from '@material-ui/icons/SettingsRounded';
import ExitToAppRoundedIcon from '@material-ui/icons/ExitToAppRounded';
@@ -71,6 +71,8 @@ export function GameBar(props: {
<div style={{ ...GameBarAlignStyle, float: "right" }}>
<GameBarModule>
<SettingsRoundedIcon/>
+ <Bubble>
+ </Bubble>
</GameBarModule>
<GameBarSpacer/>
<GameBarModule>