Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
@@ -31,7 +31,7 @@ export default async function AppLayout({ children }: { children: React.ReactNod
|
||||
const brandStyle = brandHsl
|
||||
? ({ "--brand": brandHsl, "--ring": brandHsl } as React.CSSProperties)
|
||||
: undefined;
|
||||
const workspaceName = branding?.brandName ?? "PodcastYes";
|
||||
const workspaceName = branding?.brandName ?? "Podcast Distribution AI";
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
@@ -89,7 +89,7 @@ export default async function AppLayout({ children }: { children: React.ReactNod
|
||||
<main className="flex-1 bg-secondary/50">
|
||||
<div className="container max-w-6xl py-8 md:py-10">{children}</div>
|
||||
{branding && !branding.removePoweredBy && (
|
||||
<p className="pb-8 text-center text-xs text-muted-foreground">Powered by PodcastYes</p>
|
||||
<p className="pb-8 text-center text-xs text-muted-foreground">Powered by Podcast Distribution AI</p>
|
||||
)}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user