We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c49a09 commit a4400dbCopy full SHA for a4400db
apps/site/components/withDownloadSection.tsx
@@ -36,9 +36,7 @@ const WithDownloadSection: FC<WithDownloadSectionProps> = ({
36
.concat(snippets);
37
38
// Decides which initial release to use based on the current pathname
39
- const initialRelease = pathname.endsWith('/current')
40
- ? 'Current'
41
- : 'Active LTS';
+ const initialRelease = 'Current';
42
43
return (
44
<WithNodeRelease status={initialRelease}>
0 commit comments