@@ -107,7 +107,7 @@ export const TypebotHeader = () => {
|
|||||||
<HStack
|
<HStack
|
||||||
display={['none', 'flex']}
|
display={['none', 'flex']}
|
||||||
pos={{ base: 'absolute', xl: 'static' }}
|
pos={{ base: 'absolute', xl: 'static' }}
|
||||||
right={{ base: 280, xl: 0 }}
|
right={{ base: isDefined(publishedTypebot) ? 340 : 295, xl: 0 }}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
as={Link}
|
as={Link}
|
||||||
|
|||||||
Reference in New Issue
Block a user