-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove waivers #554
Remove waivers #554
Conversation
Visit the preview URL for this PR (updated for commit 1fb527a): https://nwplus-ubc--pr554-remove-waivers-7geiaxkm.web.app (expires Sun, 14 Jan 2024 00:17:43 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 8c7ea898e009e43455645bc310bcbccfc0f87e48 |
@@ -21,6 +21,15 @@ export const NOTIFICATION_PERMISSIONS = Object.freeze({ | |||
DENIED: 'denied', | |||
}) | |||
|
|||
export const WAIVER_LINKS = Object.freeze({ | |||
COVID: | |||
'https://docs.google.com/document/d/1td2BgcwRT2CTYdUrzHji7onxpoVl8UjMiEuqIIUK7CM/edit?usp=sharing%5C', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove the trailing space in case that causes issues, but that should be fine
@@ -27,7 +24,7 @@ const TopDecal = styled.img` | |||
` | |||
|
|||
export default withTheme(({ announcements, theme }) => { | |||
const { user, isAuthed } = useAuth() | |||
// const { user, isAuthed } = useAuth() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we removing auth?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay its for the QR. should be fine for now
added required next to minors text
This waiver allows nwPlus to use any photos or videos taken during the event for | ||
promotional purposes. | ||
</P> | ||
<A bolded color="primary" width="130px" href={WAIVER_LINKS.RELEASE_LIABILITY}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very small issue, but we should make the wavers open in the new tab as sometimes the state doesnt get saved when you click directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Other considerations