diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-14 14:51:43 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-14 14:51:43 +0100 |
commit | 7b2c1682c326d8194397fb43825c602da6a6c915 (patch) | |
tree | 377ad66210308924436df30806150ac7a6a2b072 /pages/index.tsx | |
parent | 7ad4c4a45d9ce21e164f0dcfb5e22b23b97c1b31 (diff) |
avatar working
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 719f9ea..41da36e 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -87,7 +87,7 @@ function AccountBox(props: { top: 0, left: 0, ...SquareSize }}> - <AccountAvatar size={90} dummy/> + <AccountAvatar size={90}/> </div> <div style={{ position: "absolute", |