Skip to content

Commit 969f79e

Browse files
committed
make the qr code stick to demo URL
1 parent f19907f commit 969f79e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/components/HomePage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ function HomePage() {
7070
navigate('/create-quiz');
7171
};
7272

73-
// Get the current page URL
74-
const pageURL = window.location.href;
73+
const pageURL = 'https://demo.localstack.cloud/';
7574

7675
return (
7776
<Container maxWidth="sm">

0 commit comments

Comments
 (0)