mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
@@ -18,9 +18,10 @@ export const VideoLaunchpadPanel = memo(() => {
|
||||
|
||||
if (!isVideoEnabled) {
|
||||
return (
|
||||
<LaunchpadContainer heading="">
|
||||
<LaunchpadContainer heading={t('ui.launchpad.videoTitle')}>
|
||||
<Grid gridTemplateColumns="1fr 1fr" gap={8}>
|
||||
{videoUpsellComponent}
|
||||
|
||||
</Grid>
|
||||
</LaunchpadContainer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user