Fix button text and copying

This commit is contained in:
Regalijan 2024-12-16 21:05:39 -05:00
parent 621dbed30e
commit 641d372ac9
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

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