Have you read the Contributing Guidelines on issues?
Prerequisites
Description
In Footer , The Links for Privacy and Data policy in Legal Section Pointing to Same Page which Privacy policy pointing to!
Privacy url in code: "https://opensource.fb.com/legal/privacy/"
Data policy url in code: "https://opensource.fb.com/legal/data-policy/"
Here, when I click the Data policy, it's getting redirected to Privacy page.
it's better Have on Link like Privacy and Data policy : "https://opensource.fb.com/legal/privacy/"
User will understand, both are in same page.
if they were different, Data policy link redirection is wrong
Reproducible demo
No response
Steps to reproduce
Go to Footer,
Check Legal Section
Click Privacy
Click Data policy
check their urls, they were pointing to same page Privacy
Expected behavior
If both were really same,
Remove Privacy and Data policy and make it a single link "Privacy and Data policy"
if not same,
No to redirect the Data policy to privacy page, redirect the data-policy to its correct page
Actual behavior
Privacy and Data policy both were pointing to Privacy page,
Data-policy redirected to Privacy page
Your environment
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
In Footer , The Links for Privacy and Data policy in Legal Section Pointing to Same Page which Privacy policy pointing to!
Privacy url in code: "https://opensource.fb.com/legal/privacy/"
Data policy url in code: "https://opensource.fb.com/legal/data-policy/"
Here, when I click the Data policy, it's getting redirected to Privacy page.
it's better Have on Link like Privacy and Data policy : "https://opensource.fb.com/legal/privacy/"
User will understand, both are in same page.
if they were different, Data policy link redirection is wrong
Reproducible demo
No response
Steps to reproduce
Go to Footer,
Check Legal Section
Click Privacy
Click Data policy
check their urls, they were pointing to same page Privacy
Expected behavior
If both were really same,
Remove Privacy and Data policy and make it a single link "Privacy and Data policy"
if not same,
No to redirect the Data policy to privacy page, redirect the data-policy to its correct page
Actual behavior
Privacy and Data policy both were pointing to Privacy page,
Data-policy redirected to Privacy page
Your environment
Self-service