fix toast for bsr copy
Some checks failed
Deploy SSR / deploy (push) Has been cancelled

This commit is contained in:
Lee 2024-09-12 23:39:01 +01:00
parent d404f3b79f
commit cb8ce32a49

@ -41,7 +41,7 @@ export default function ScoreButtons({
onClick={() => { onClick={() => {
toast({ toast({
title: "Copied!", title: "Copied!",
description: `Copied "!bsr ${beatSaverMap}" to your clipboard!`, description: `Copied "!bsr ${beatSaverMap.bsr}" to your clipboard!`,
}); });
copyToClipboard(`!bsr ${beatSaverMap.bsr}`); copyToClipboard(`!bsr ${beatSaverMap.bsr}`);
}} }}