Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are you making these changes? 🔬
Please provide a description of the changes you made and the context driving them. Reference previous issues or PRs that help provide context.
Added a qr code as a ticket for the user on the events page.
How did you test your changes? Are there any breaking changes? ✅
I ran npm run dev to see if my changes were appearing on the website.
Before requesting a review, please make sure you've run the following commands to ensure that your current changes will build and deploy successfully. If your PR makes use of any API endpoints or adds new ones,
please use Postman or other API testing software to ensure the calls run as expected. If there are changes to an API endpoint that will cause requests to fail, please ensure you notify the relevant stakeholders.
If you have the Vercel CLI installed:
vercel build
If not:
npm run build