Skip to content

Commit

Permalink
Merge branch 'master' into feature-qr-code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanyychen authored Apr 27, 2024
2 parents 7152237 + bbb2f47 commit b5b67e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Events/eventutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ Generate QR code by calling a QR Code API
export function generateQRCode(event) {
let url = `https://api.qrserver.com/v1/create-qr-code/?data=portal.hknucsd.com/events/${event.pk}?size=500x500`;
window.open(url, "_blank");
}
}

0 comments on commit b5b67e4

Please sign in to comment.