Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user