2
0

BLS bot Branding

This commit is contained in:
2024-09-12 14:04:12 +02:00
parent 2c69a556c1
commit db13e54a94
3 changed files with 7 additions and 7 deletions

View File

@ -40,14 +40,14 @@ export const LiteBadge = (props: Props) => {
return (
<a
ref={liteBadge}
href={'https://www.typebot.io/?utm_source=litebadge'}
href={'https://bls.media/bot'}
target="_blank"
rel="noopener noreferrer"
class="lite-badge"
id="lite-badge"
>
<TypebotLogo />
<span>Made with Typebot</span>
<span>Powered by BLS bot</span>
</a>
)
}