Fix navigation alert (#12169)

Fixes a regression introduced in #12163
This commit is contained in:
Marcus Blättermann 2023-01-24 16:40:40 +01:00 committed by GitHub
parent 49237f05a6
commit f3c586f74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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