Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ const SECTIONS: LegalSection[] = [
},
{
heading: "Cookies we use",
paragraphs: ["PodcastYes uses only the cookies needed to run the service securely:"],
paragraphs: ["Podcast Distribution AI uses only the cookies needed to run the service securely:"],
bullets: [
"Authentication — a session cookie that keeps you signed in after you log in. Without it you would have to re-authenticate on every page.",
"Security — short-lived cookies that protect your session and help prevent cross-site request forgery.",
@@ -41,7 +41,7 @@ const SECTIONS: LegalSection[] = [
},
{
heading: "Contact",
paragraphs: ["Questions about cookies? Email privacy@podcastyes.app."],
paragraphs: ["Questions about cookies? Email privacy@podcastdistributionai.com."],
},
];
@@ -50,7 +50,7 @@ export default function CookiePolicyPage() {
<LegalDoc
title="Cookie Policy"
updated={UPDATED}
intro="This Cookie Policy explains how PodcastYes uses cookies and similar technologies, and the choices available to you. It should be read together with our Privacy Policy."
intro="This Cookie Policy explains how Podcast Distribution AI uses cookies and similar technologies, and the choices available to you. It should be read together with our Privacy Policy."
sections={SECTIONS}
/>
);