fix: corrections to privacy policy
This commit is contained in:
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nodeLinker: node-modules
|
||||||
@@ -416,20 +416,25 @@ export default function Privacy() {
|
|||||||
<br />
|
<br />
|
||||||
<h2 className='styledH2'>Contact Us</h2>
|
<h2 className='styledH2'>Contact Us</h2>
|
||||||
<p>
|
<p>
|
||||||
If you have any questions about this Privacy Policy, You can contact us:
|
If you have any questions about this Privacy Policy, You can contact us
|
||||||
</p>
|
by writing to{' '}
|
||||||
<ul>
|
{
|
||||||
<li>
|
<a href={`mailto:${process.env.NEXT_PUBLIC_BRAND_EMAIL}`}>
|
||||||
By visiting this page on our website:{' '}
|
{process.env.NEXT_PUBLIC_BRAND_EMAIL}
|
||||||
|
</a>
|
||||||
|
}{' '}
|
||||||
|
or by visiting this page on our{' '}
|
||||||
|
{
|
||||||
<Link
|
<Link
|
||||||
href={'/privacy'}
|
href={'/privacy'}
|
||||||
rel='external nofollow noopener'
|
rel='external nofollow noopener'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
>
|
>
|
||||||
Privacy Policy
|
website
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
}
|
||||||
</ul>
|
.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user