Replace 'BroadcastBeat' with 'Broadcast Beat' in all user-visible text (133 occurrences across 40+ files)

This commit is contained in:
broadcastbeat-rename
2026-05-16 00:32:13 +00:00
parent 959e3980ae
commit 0db3ea34e3
52 changed files with 133 additions and 133 deletions

View File

@@ -15,7 +15,7 @@ export default function AskBBAI() {
{
role: "assistant",
content:
"Hi — I'm BB AI. Ask me anything about broadcast, production, or post technology. I'll cite sources from the BroadcastBeat archive.",
"Hi — I'm BB AI. Ask me anything about broadcast, production, or post technology. I'll cite sources from the Broadcast Beat archive.",
},
]);
const [err, setErr] = useState<string | null>(null);
@@ -145,7 +145,7 @@ export default function AskBBAI() {
</button>
</div>
<p className="text-[10px] font-mono text-[#6b7280] mt-2">
30 messages/hour · cites BroadcastBeat archive
30 messages/hour · cites Broadcast Beat archive
</p>
</div>
</div>