fix(client): landing page superblocks (#38914)
This commit is contained in:
committed by
GitHub
parent
7fd92c5fe6
commit
18d2dca05b
@@ -40,7 +40,7 @@ const AsFeaturedSection = () => (
|
||||
|
||||
export const Landing = ({ edges }) => {
|
||||
const superBlocks = uniq(edges.map(element => element.node.superBlock));
|
||||
const interviewPrep = superBlocks.splice(10, 1);
|
||||
const interviewPrep = superBlocks.splice(-1);
|
||||
return (
|
||||
<Fragment>
|
||||
<Helmet>
|
||||
|
Reference in New Issue
Block a user