Skip to content

Commit 2d7da01

Browse files
committed
fix: placeholder for non latest versions
1 parent c794154 commit 2d7da01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/pages/en/download/archive.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ layout: download-archive
4040
</ul>
4141

4242
<h3>Other releases</h3>
43-
<WithReleaseSelect defaultValue={`/download/${version}`} className="w-64" />
43+
<WithReleaseSelect placeholder="Select a version" defaultValue={`/download/${version}`} className="w-64"/>
4444

4545
<h2>Binary Downloads</h2>
4646
<DownloadsTable source={binaries} />

0 commit comments

Comments
 (0)