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
+2 -2
View File
@@ -51,7 +51,7 @@ export default async function PublicSharePage({
const brandStyle = brandHsl
? ({ "--brand": brandHsl, "--ring": brandHsl } as React.CSSProperties)
: undefined;
const brandName = branding?.brandName ?? "PodcastYes";
const brandName = branding?.brandName ?? "Podcast Distribution AI";
const removePoweredBy = branding?.removePoweredBy ?? false;
// Prefer a directly-fetchable public URL (e.g. nginx /media); otherwise fall
@@ -145,7 +145,7 @@ export default async function PublicSharePage({
<footer className="mt-16 border-t pt-6 text-center text-xs text-muted-foreground">
Made with{" "}
<a href="/" className="font-semibold text-brand hover:underline">
PodcastYes
Podcast Distribution AI
</a>{" "}
turn any topic into a podcast with AI.
</footer>