diff options
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> |