2
0

🏗️ Use tsup for bot and typebot-js packages

This commit is contained in:
Baptiste Arnaud
2022-10-10 08:28:11 +02:00
committed by Baptiste Arnaud
parent 0b58f4e976
commit 84163c6585
27 changed files with 474 additions and 739 deletions

View File

@ -55,7 +55,7 @@ export const DashboardHeader = () => {
<NextChakraLink
className="w-24"
href="/typebots"
data-testid="authenticated"
data-testid="typebot-logo"
>
<TypebotLogo w="30px" />
</NextChakraLink>
@ -92,12 +92,11 @@ export const DashboardHeader = () => {
</SkeletonCircle>
{workspace && (
<>
<Text noOfLines={1} maxW="200px">
{workspace.name}
</Text>
<PlanTag plan={workspace.plan}/>
<Text noOfLines={1} maxW="200px">
{workspace.name}
</Text>
<PlanTag plan={workspace.plan} />
</>
)}
<ChevronLeftIcon transform="rotate(-90deg)" />
</HStack>
@ -117,7 +116,7 @@ export const DashboardHeader = () => {
defaultIcon={HardDriveIcon}
/>
<Text>{workspace.name}</Text>
<PlanTag plan={workspace.plan}/>
<PlanTag plan={workspace.plan} />
</HStack>
</MenuItem>
))}