launchpad cleanup

This commit is contained in:
Mary Hipp
2025-08-26 14:53:14 -04:00
committed by Mary Hipp Rogers
parent 1f526a1c27
commit ab41f71a36

View File

@@ -18,10 +18,9 @@ export const VideoLaunchpadPanel = memo(() => {
if (!isVideoEnabled) {
return (
<LaunchpadContainer heading={t('ui.launchpad.videoTitle')}>
<Grid gridTemplateColumns="1fr 1fr" gap={8}>
<LaunchpadContainer heading="">
{videoUpsellComponent}
</Grid>
</LaunchpadContainer>
);
}