Skip to content

Commit

Permalink
make the qr code stick to demo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Oct 28, 2024
1 parent f19907f commit 969f79e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ function HomePage() {
navigate('/create-quiz');
};

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

return (
<Container maxWidth="sm">
Expand Down

0 comments on commit 969f79e

Please sign in to comment.