fix: corrections to privacy policy

This commit is contained in:
Riccardo
2024-02-15 20:48:31 +01:00
parent dbefdc49e2
commit f6fb47a692
3 changed files with 6186 additions and 4175 deletions

1
.yarnrc.yml Normal file
View File

@@ -0,0 +1 @@
nodeLinker: node-modules

View File

@@ -416,20 +416,25 @@ export default function Privacy() {
<br />
<h2 className='styledH2'>Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, You can contact us:
</p>
<ul>
<li>
By visiting this page on our website:{' '}
If you have any questions about this Privacy Policy, You can contact us
by writing to{' '}
{
<a href={`mailto:${process.env.NEXT_PUBLIC_BRAND_EMAIL}`}>
{process.env.NEXT_PUBLIC_BRAND_EMAIL}
</a>
}{' '}
or by visiting this page on our{' '}
{
<Link
href={'/privacy'}
rel='external nofollow noopener'
target='_blank'
>
Privacy Policy
website
</Link>
</li>
</ul>
}
.
</p>
</div>
);

10339
yarn.lock

File diff suppressed because it is too large Load Diff