From 5b7afa0c84ce789d9973f6a660c0ed54d1f91a84 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 9 Feb 2024 23:47:06 -0800 Subject: [PATCH] fix build issue --- src/app/legal/privacy/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/legal/privacy/page.tsx b/src/app/legal/privacy/page.tsx index 6607077..c1f1f91 100644 --- a/src/app/legal/privacy/page.tsx +++ b/src/app/legal/privacy/page.tsx @@ -2,11 +2,11 @@ export default function Page() { return (

- 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.`}

)