Revert "launchpad cleanup"

This reverts commit ab41f71a36.
This commit is contained in:
Mary Hipp Rogers
2025-08-28 08:26:09 -04:00
parent 93bba1b692
commit 379d633ac6

View File

@@ -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>
);
}