mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix syntax error in the logo component flexbox
This commit is contained in:
parent
38ecca9362
commit
cf36e4029e
@ -25,7 +25,7 @@ const InvokeAILogoComponent = () => {
|
||||
base: 'inherit',
|
||||
sm: 'none',
|
||||
md: 'inherit',
|
||||
userSelect = 'none',
|
||||
userSelect: 'none',
|
||||
}}
|
||||
>
|
||||
<Text fontSize="xl">
|
||||
|
Loading…
Reference in New Issue
Block a user