From a4400db5a80e423f3fbd480a7641c70863b559ea Mon Sep 17 00:00:00 2001 From: bmuenzenmeyer Date: Mon, 20 Oct 2025 20:19:01 -0500 Subject: [PATCH] hotfix: use current --- apps/site/components/withDownloadSection.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 (