mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Add search-exclude classes
This commit is contained in:
parent
59bbf85986
commit
4ab1871a75
|
@ -72,7 +72,10 @@ const UniverseContent = ({ content = [], categories, pageContext, location, mdxC
|
|||
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(
|
||||
({ id, type, title, slogan, thumb, cover, youtube }) => {
|
||||
if (isHome && type === 'education') {
|
||||
|
@ -107,7 +110,7 @@ const UniverseContent = ({ content = [], categories, pageContext, location, mdxC
|
|||
</Grid>
|
||||
</Section>
|
||||
)}
|
||||
<section>
|
||||
<section className="search-exclude">
|
||||
<H3>Submit your project</H3>
|
||||
<p>
|
||||
If you have a project that you want the spaCy community to make use of, you
|
||||
|
|
Loading…
Reference in New Issue
Block a user