diff --git a/frontend/frontend/src/pages/Home/stages/Display.js b/frontend/frontend/src/pages/Home/stages/Display.js index 117367e0..abaa0b1b 100644 --- a/frontend/frontend/src/pages/Home/stages/Display.js +++ b/frontend/frontend/src/pages/Home/stages/Display.js @@ -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,