mirror of https://github.com/explosion/spaCy.git
remove survey link (#12559)
This commit is contained in:
parent
ab4ba04c32
commit
e115408514
|
@ -57,15 +57,9 @@ const AlertSpace = ({ nightly, legacy }) => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// const navAlert = (
|
|
||||||
// <Link to="/usage/v3-5" noLinkLayout>
|
|
||||||
// <strong>💥 Out now:</strong> spaCy v3.5
|
|
||||||
// </Link>
|
|
||||||
// )
|
|
||||||
|
|
||||||
const navAlert = (
|
const navAlert = (
|
||||||
<Link to="https://form.typeform.com/to/aMel9q9f" noLinkLayout>
|
<Link to="/usage/v3-5" noLinkLayout>
|
||||||
<strong>💥 Take the user survey!</strong>
|
<strong>💥 Out now:</strong> spaCy v3.5
|
||||||
</Link>
|
</Link>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue