Skip to content

Commit 095530c

Browse files
committed
Add EasyChef.ai and OG Image Preview to legal pages
1 parent 8a9c4f5 commit 095530c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/pages/privacy.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
44
const 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>

src/pages/terms.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
44
const 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>

0 commit comments

Comments
 (0)