fix(ui): make logo component non-selectable

This commit is contained in:
psychedelicious 2023-05-14 18:41:11 +10:00
parent d3a7fea939
commit dac82adb5b

View File

@ -17,8 +17,17 @@ const InvokeAILogoComponent = () => {
h="32px" h="32px"
minW="32px" minW="32px"
minH="32px" minH="32px"
userSelect="none"
/> />
<Flex gap={3} display={{ base: 'inherit', sm: 'none', md: 'inherit' }}> <Flex
gap={3}
display={{
base: 'inherit',
sm: 'none',
md: 'inherit',
userSelect = 'none',
}}
>
<Text fontSize="xl"> <Text fontSize="xl">
invoke <strong>ai</strong> invoke <strong>ai</strong>
</Text> </Text>