diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-16 14:57:49 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-16 14:57:49 +0100 |
commit | 8c5618c497045a87cd2d9c663e695aeab95d24d7 (patch) | |
tree | 27ca969d026209f34493ed592daef6a095d20db1 /pages/index.tsx | |
parent | 03bad7b1d65394eff846f411aa5c49982843b100 (diff) |
poopy rating on profile
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 71a83d3..266a3f4 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -104,7 +104,7 @@ function AccountBox(props: { overflow: "hidden", textOverflow: "ellipsis", }}>{props.info?.username}</h2> - <p style={{ marginTop: 6 }}>Score: 400</p> + <p style={{ marginTop: 6 }}>Score: {props.info?.rating}</p> <p style={{ position: "absolute", bottom: 0, left: 0 }}> <span style={{ color: "var(--disk-b-text)" }}>{props.sumGameInfo?.win} W</span> <span style={{ margin: "0 3px" }}>/</span> |