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
@@ -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 &quot;Powered by PodcastYes&quot;</p>
<p className="text-xs text-muted-foreground">Hide PodcastYes branding for your clients.</p>
<p className="text-sm font-medium">Remove &quot;Powered by Podcast Distribution AI&quot;</p>
<p className="text-xs text-muted-foreground">Hide Podcast Distribution AI branding for your clients.</p>
</div>
<Switch checked={removePoweredBy} onCheckedChange={setRemovePoweredBy} />
</div>