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 (
|
||||
<div className='content'>
|
||||
<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
|
||||
information may also be periodically sent to the Mossad to enhance
|
||||
profiling and cybersecurity operations. We take absolutely no
|
||||
responsibility for misuse of your data.
|
||||
responsibility for misuse of your data.`}
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue