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',
|
base: 'inherit',
|
||||||
sm: 'none',
|
sm: 'none',
|
||||||
md: 'inherit',
|
md: 'inherit',
|
||||||
userSelect = 'none',
|
userSelect: 'none',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text fontSize="xl">
|
<Text fontSize="xl">
|
||||||
|
Loading…
Reference in New Issue
Block a user