This commit is contained in:
martin-mfg
2025-11-07 20:06:03 +01:00
parent 0c4e2bc313
commit d8219dc428
@@ -28,9 +28,7 @@ const DisplayStage = ({ userId, themeSuffix }) => {
};
const copyUrl = () => {
navigator.clipboard.writeText(
`https://${HOST}/api${themeSuffix}`,
);
navigator.clipboard.writeText(`https://${HOST}/api${themeSuffix}`);
toast.info('Copied to Clipboard!', {
position: 'bottom-right',
autoClose: 1000,