diff --git a/apps/site/components/withDownloadSection.tsx b/apps/site/components/withDownloadSection.tsx index 3caa60d024598..c0a481598cefb 100644 --- a/apps/site/components/withDownloadSection.tsx +++ b/apps/site/components/withDownloadSection.tsx @@ -36,9 +36,7 @@ const WithDownloadSection: FC = ({ .concat(snippets); // Decides which initial release to use based on the current pathname - const initialRelease = pathname.endsWith('/current') - ? 'Current' - : 'Active LTS'; + const initialRelease = 'Current'; return (