diff --git a/site/src/components/header/Versions.astro b/site/src/components/header/Versions.astro index b93bfa8f4f81..46636bbd5cd6 100644 --- a/site/src/components/header/Versions.astro +++ b/site/src/components/header/Versions.astro @@ -21,10 +21,6 @@ if (layout === 'docs' && version === getConfig().docs_version) { } else if (layout === 'single' && Astro.url.pathname.startsWith(getVersionedDocsPath(''))) { versionsLink = Astro.url.pathname.replace(getVersionedDocsPath(''), '') } - -const addedIn51 = addedIn?.version === '5.1' -const addedIn52 = addedIn?.version === '5.2' -const addedIn53 = addedIn?.version === '5.3' ---