commits, not stars
Signed-off-by: Exverge <exverge@exverge.xyz>
This commit is contained in:
parent
86a0f47774
commit
38d0589ad6
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
export let data: PageData;
|
export let data: PageData;
|
||||||
$: memberCount = parseFloat(data.memberCount?.toPrecision(2));
|
$: memberCount = parseFloat(data.memberCount?.toPrecision(2));
|
||||||
$: contributors = parseFloat(data.roleMembers["1214817156420862012"]?.toPrecision(2));
|
$: contributors = parseFloat(data.roleMembers?.["1214817156420862012"]?.toPrecision(2));
|
||||||
$: starCount = parseFloat(data.starCount?.toPrecision(2));
|
$: gitCommits = parseFloat(data.gitCommits?.toPrecision(2));
|
||||||
let metadata = {
|
let metadata = {
|
||||||
url: "https://suyu.dev",
|
url: "https://suyu.dev",
|
||||||
title: "suyu - Open-source, non-profit Switch emulator",
|
title: "suyu - Open-source, non-profit Switch emulator",
|
||||||
|
|
Loading…
Reference in a new issue