Skip to content
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

feat(Policy): add privacy-policy page #388

Merged
merged 7 commits into from
May 23, 2024
Merged

feat(Policy): add privacy-policy page #388

merged 7 commits into from
May 23, 2024

Conversation

ElenVlass
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented May 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-boilerplate ✅ Ready (Inspect) Visit Preview 2 resolved May 23, 2024 9:19am

renderOption={(option) => (
<span>
{option.name}
<MuiLink href="/privacy-policy">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's open this link in the new tab (add target="_blank"), because users can lose their data if they click on this link

@@ -84,6 +99,7 @@ function Form() {
lastName: "",
email: "",
password: "",
policy: policyOptions,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please set default state of checkbox as unchecked

Suggested change
policy: policyOptions,
policy: [],

@Shchepotin Shchepotin merged commit 076a34d into main May 23, 2024
3 checks passed
@ElenVlass ElenVlass deleted the privacy-policy branch May 23, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants