We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e076df5 commit effb92eCopy full SHA for effb92e
src/pages/Events/EventQRCode.tsx
@@ -24,7 +24,7 @@ const EventQRCode: React.FC<EventQRCodeProps> = ({
24
? 'http://127.0.0.1:8080' // development frontend URL
25
: 'https://points.illinoiswcs.org'; // production frontend URL
26
27
- const loadingUrl = `${baseUrl}/loading/${eventKey}`;
+ const loadingUrl = `${baseUrl}/#/loading/${eventKey}`;
28
29
// download as svg
30
const downloadSVG = (): void => {
0 commit comments