diff --git a/website/src/components/tag.js b/website/src/components/tag.js index 76d1d90b8..261ce9000 100644 --- a/website/src/components/tag.js +++ b/website/src/components/tag.js @@ -13,8 +13,8 @@ const Tag = ({ spaced, variant, tooltip, children }) => { const tooltipText = `This feature is new and was introduced in spaCy v${version}` // TODO: we probably want to handle this more elegantly, but the idea is // that we can hide tags referring to old versions - const hideTag = version.startsWith('2') - return hideTag ? null : ( + // const hideTag = version.startsWith('2') + return ( v{version}