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 /> <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>
); );

10339
yarn.lock

File diff suppressed because it is too large Load Diff