Fix button text and copying

This commit is contained in:
2024-12-16 21:05:39 -05:00
parent 621dbed30e
commit 641d372ac9

@ -135,6 +135,7 @@ export default function () {
</TableContainer>
<Button
colorScheme="blue"
my="16px"
onClick={async () => {
await navigator.clipboard.writeText(
`local Report = {
@ -146,7 +147,6 @@ export default function () {
alert("Report copied.");
}}
pt="16px"
>
Copy Report
</Button>