fix build issue

This commit is contained in:
Youwen Wu 2024-02-09 23:47:06 -08:00
parent 6306f0ab62
commit 5b7afa0c84

View file

@ -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>
)