mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +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)}
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user