We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a7e8 commit 3d95bd9Copy full SHA for 3d95bd9
client/src/templates/Introduction/components/block.tsx
@@ -465,9 +465,8 @@ class Block extends Component<BlockProps> {
465
return (
466
<>
467
{layoutToComponent[challenges[0].blockLayout]}
468
- {(!isGridBlock || isProjectBlock) && !BlockLayouts.Link && (
469
- <Spacer size='m' />
470
- )}
+ {(!isGridBlock || isProjectBlock) &&
+ superBlock !== SuperBlocks.FullStackDeveloper && <Spacer size='m' />}
471
</>
472
);
473
}
0 commit comments