2
0

feat(dashboard): 💅 Show when the bot is published

This commit is contained in:
Baptiste Arnaud
2022-02-15 07:09:33 +01:00
parent 2eee226a88
commit 8583e2a1ba
3 changed files with 12 additions and 17 deletions

View File

@ -129,7 +129,7 @@ export const TypebotButton = ({
color="white"
>
{typebot.publishedTypebotId ? (
<GlobeIcon fill="white" fontSize="20px" />
<GlobeIcon fontSize="20px" />
) : (
<ToolIcon fill="white" fontSize="20px" />
)}