Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
@@ -299,8 +299,8 @@ function BrandingCard({ orgId, branding }: { orgId: string; branding: Branding |
|
||||
</div>
|
||||
<div className="flex items-center justify-between rounded-lg border p-3">
|
||||
<div>
|
||||
<p className="text-sm font-medium">Remove "Powered by PodcastYes"</p>
|
||||
<p className="text-xs text-muted-foreground">Hide PodcastYes branding for your clients.</p>
|
||||
<p className="text-sm font-medium">Remove "Powered by Podcast Distribution AI"</p>
|
||||
<p className="text-xs text-muted-foreground">Hide Podcast Distribution AI branding for your clients.</p>
|
||||
</div>
|
||||
<Switch checked={removePoweredBy} onCheckedChange={setRemovePoweredBy} />
|
||||
</div>
|
||||
|
||||
@@ -41,7 +41,7 @@ export function SignInForm({ googleEnabled }: { googleEnabled: boolean }) {
|
||||
<Card className="rounded-3xl shadow-md">
|
||||
<CardHeader className="pb-2">
|
||||
<CardTitle className="text-2xl">Welcome back</CardTitle>
|
||||
<CardDescription>Sign in to your PodcastYes account.</CardDescription>
|
||||
<CardDescription>Sign in to your Podcast Distribution AI account.</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
{googleEnabled && (
|
||||
|
||||
@@ -33,7 +33,7 @@ export function SignUpForm({ googleEnabled }: { googleEnabled: boolean }) {
|
||||
setLoading(false);
|
||||
return;
|
||||
}
|
||||
toast.success("Account created! Welcome to PodcastYes.");
|
||||
toast.success("Account created! Welcome to Podcast Distribution AI.");
|
||||
router.push("/dashboard");
|
||||
router.refresh();
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ export function LegalDoc({
|
||||
</div>
|
||||
|
||||
<p className="mt-12 border-t border-border pt-6 text-sm italic text-muted-foreground">
|
||||
This document is provided for transparency about how PodcastYes operates. It is a general
|
||||
This document is provided for transparency about how Podcast Distribution AI operates. It is a general
|
||||
template and is not legal advice; have it reviewed by qualified counsel for your
|
||||
jurisdiction before relying on it.
|
||||
</p>
|
||||
|
||||
@@ -10,7 +10,7 @@ export function SiteFooter() {
|
||||
<span className="flex h-9 w-9 items-center justify-center rounded-2xl bg-brand text-brand-foreground">
|
||||
<Mic className="h-5 w-5" />
|
||||
</span>
|
||||
PodcastYes
|
||||
Podcast Distribution AI
|
||||
</Link>
|
||||
<p className="text-sm leading-relaxed text-muted-foreground">
|
||||
From topic idea to a finished, published podcast episode in minutes — script, voice, and
|
||||
@@ -52,7 +52,7 @@ export function SiteFooter() {
|
||||
</div>
|
||||
<div className="border-t border-border">
|
||||
<div className="container py-6 text-center text-xs text-muted-foreground">
|
||||
© {new Date().getFullYear()} PodcastYes. All rights reserved.
|
||||
© {new Date().getFullYear()} Podcast Distribution AI. All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -10,7 +10,7 @@ export function SiteHeader() {
|
||||
<span className="flex h-9 w-9 items-center justify-center rounded-2xl bg-brand text-brand-foreground">
|
||||
<Mic className="h-5 w-5" />
|
||||
</span>
|
||||
<span>PodcastYes</span>
|
||||
<span>Podcast Distribution AI</span>
|
||||
</Link>
|
||||
|
||||
<nav className="hidden items-center gap-8 text-sm font-medium text-muted-foreground md:flex">
|
||||
|
||||
Reference in New Issue
Block a user