Fix et report formatting

This commit is contained in:
2026-06-02 18:27:18 -04:00
parent a76749bfff
commit 3ee4a6cb29

View File

@@ -136,11 +136,11 @@ export default function () {
my="16px"
onClick={async () => {
await navigator.clipboard.writeText(
`local Report = {
`\`\`\`\nlocal Report = {
${Object.values(data.members)
.map((v) => `[${v.roblox_id}] = ${v.points};`)
.join("\n ")}
}`,
}\n\`\`\``,
);
alert("Report copied.");