Add search-exclude classes

This commit is contained in:
Ines Montani 2019-03-14 16:51:29 +01:00
parent 59bbf85986
commit 4ab1871a75

View File

@ -72,7 +72,10 @@ const UniverseContent = ({ content = [], categories, pageContext, location, mdxC
tag={String(filteredResources.length)} tag={String(filteredResources.length)}
/> />
)} )}
<Grid cols={data && data.isCategory && data.id === 'books' ? 3 : 2}> <Grid
cols={data && data.isCategory && data.id === 'books' ? 3 : 2}
className="search-exclude"
>
{filteredResources.map( {filteredResources.map(
({ id, type, title, slogan, thumb, cover, youtube }) => { ({ id, type, title, slogan, thumb, cover, youtube }) => {
if (isHome && type === 'education') { if (isHome && type === 'education') {
@ -107,7 +110,7 @@ const UniverseContent = ({ content = [], categories, pageContext, location, mdxC
</Grid> </Grid>
</Section> </Section>
)} )}
<section> <section className="search-exclude">
<H3>Submit your project</H3> <H3>Submit your project</H3>
<p> <p>
If you have a project that you want the spaCy community to make use of, you If you have a project that you want the spaCy community to make use of, you