diff options
| author | adripo <26493496+adripo@users.noreply.github.com> | 2025-04-21 19:59:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-21 18:59:40 +0100 |
| commit | 4296e7f4d8de64a62dbf5e5d152b19ae25df489e (patch) | |
| tree | a976ea13ec1396078de2047fdcb125bb086c6a17 /apps/landing/src/Privacy.tsx | |
| parent | 86728d7f0e48e5cf8fbd1977240909302b2d8ad9 (diff) | |
| download | karakeep-4296e7f4d8de64a62dbf5e5d152b19ae25df489e.tar.zst | |
chore: rename missing files/conf from Hoarder to Karakeep (#1280)
* refactor: Rename remaining project configuration from Hoarder to Karakeep
* some fixes
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'apps/landing/src/Privacy.tsx')
| -rw-r--r-- | apps/landing/src/Privacy.tsx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/landing/src/Privacy.tsx b/apps/landing/src/Privacy.tsx index 366a0395..ee544277 100644 --- a/apps/landing/src/Privacy.tsx +++ b/apps/landing/src/Privacy.tsx @@ -1,14 +1,13 @@ export default function PrivacyPolicy() { return ( <div className="p-4"> - <title>Hoarder - Privacy Policy</title> + <title>Karakeep - Privacy Policy</title> <strong>Privacy Policy</strong> <p> - This privacy policy applies to the Hoarder App app (hereby referred to - as "Application") for mobile devices that was created by - Mohamed Bassem (hereby referred to as "Service Provider") as - an Open Source service. This service is intended for use "AS - IS". + This privacy policy applies to the Karakeep app (hereby referred to as + "Application") for mobile devices that was created by Mohamed + Bassem (hereby referred to as "Service Provider") as an Open + Source service. This service is intended for use "AS IS". </p> <br /> <strong>Information Collection and Use</strong> |
