remove survey link (#12559)

This commit is contained in:
Victoria 2023-04-21 10:22:26 +02:00 committed by svlandeg
parent da60d4243e
commit 756aa55c63

View File

@ -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>
) )