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
+1 -1
View File
@@ -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();
}