fix build issue
This commit is contained in:
parent
6306f0ab62
commit
5b7afa0c84
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ export default function Page() {
|
||||||
return (
|
return (
|
||||||
<div className='content'>
|
<div className='content'>
|
||||||
<p>
|
<p>
|
||||||
User privacy is important to us. Just kidding. We don't collect any
|
{`User privacy is important to us. Just kidding. We don't collect any
|
||||||
personal information. We only use it to help us improve eeXiv. Your
|
personal information. We only use it to help us improve eeXiv. Your
|
||||||
information may also be periodically sent to the Mossad to enhance
|
information may also be periodically sent to the Mossad to enhance
|
||||||
profiling and cybersecurity operations. We take absolutely no
|
profiling and cybersecurity operations. We take absolutely no
|
||||||
responsibility for misuse of your data.
|
responsibility for misuse of your data.`}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue