1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-18 08:01:58 +03:00

Fix navigation alert ()

Fixes a regression introduced in 
This commit is contained in:
Marcus Blättermann 2023-01-24 16:40:40 +01:00 committed by svlandeg
parent 3f372b2a7a
commit e18c70f65c

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