Skip to content

Commit effb92e

Browse files
committed
add #
1 parent e076df5 commit effb92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Events/EventQRCode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const EventQRCode: React.FC<EventQRCodeProps> = ({
2424
? 'http://127.0.0.1:8080' // development frontend URL
2525
: 'https://points.illinoiswcs.org'; // production frontend URL
2626

27-
const loadingUrl = `${baseUrl}/loading/${eventKey}`;
27+
const loadingUrl = `${baseUrl}/#/loading/${eventKey}`;
2828

2929
// download as svg
3030
const downloadSVG = (): void => {

0 commit comments

Comments
 (0)