File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
44const appPolicies = [
55 { name: ' Domain Details' , href: ' https://domaindetails.com/legal/privacy' },
66 { name: ' Doodlify' , href: ' https://www.doodlify.ai/privacy' },
7+ { name: ' EasyChef.ai' , href: ' https://easychef.ai/privacy' },
8+ { name: ' OG Image Preview' , href: ' https://ogimagepreview.com/privacy' },
79];
810---
911
@@ -81,7 +83,6 @@ const appPolicies = [
8183 </a >
8284 ))}
8385 </div >
84- <p class =" note" >OG Image Preview operates under this main Simple Bytes privacy policy.</p >
8586 </section >
8687
8788 <section >
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
44const appTerms = [
55 { name: ' Domain Details' , href: ' https://domaindetails.com/legal/tos' },
66 { name: ' Doodlify' , href: ' https://www.doodlify.ai/terms' },
7+ { name: ' EasyChef.ai' , href: ' https://easychef.ai/terms' },
8+ { name: ' OG Image Preview' , href: ' https://ogimagepreview.com/terms' },
79];
810---
911
@@ -87,7 +89,6 @@ const appTerms = [
8789 </a >
8890 ))}
8991 </div >
90- <p class =" note" >OG Image Preview operates under these main Simple Bytes terms.</p >
9192 </section >
9293
9394 <section >
You can’t perform that action at this time.
0 commit comments