Fix navigation alert

Fixes a regression introduced in #12163
This commit is contained in:
Marcus Blättermann 2023-01-24 16:17:50 +01:00
parent 49237f05a6
commit 4532c44143
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -58,7 +58,7 @@ const AlertSpace = ({ nightly, legacy }) => {
} }
const navAlert = ( const navAlert = (
<Link to="/usage/v3-5" hidden> <Link to="/usage/v3-5" noLinkLayout>
<strong>💥 Out now:</strong> spaCy v3.5 <strong>💥 Out now:</strong> spaCy v3.5
</Link> </Link>
) )