Skip to content

Commit

Permalink
fix: change badge on popup
Browse files Browse the repository at this point in the history
  • Loading branch information
kweripx committed Jan 12, 2024
1 parent c7478c4 commit 99fcb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/deprecated/bot-engine/src/components/LiteBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ export const LiteBadge = () => {
return (
<a
ref={liteBadge}
href={'https://www.typebot.io/?utm_source=litebadge'}
href={'https://toolzz.com.br/bots/?utm_source=litebadge'}
target="_blank"
rel="noopener noreferrer"
className="fixed py-1 px-2 bg-white z-50 rounded shadow-md lite-badge"
style={{ bottom: '20px' }}
id="lite-badge"
>
Made with <span className="text-blue-500">Typebot</span>.
Made with <span className="text-blue-500">Toolzz Bots</span>.
</a>
)
}

1 comment on commit 99fcb0d

@vercel
Copy link

@vercel vercel bot commented on 99fcb0d Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.