Skip to content

Commit f81b903

Browse files
committed
fix: better placeholder text
1 parent 0e327b5 commit f81b903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/pages/en/download/archive/index.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
<h2>Other releases</h2>
43-
<WithReleaseSelect placeholder="Select a version" defaultValue={`/download/archive/${version}`} className="w-64"/>
43+
<WithReleaseSelect placeholder={version} defaultValue={`/download/archive/${version}`} className="w-64"/>
4444

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

0 commit comments

Comments
 (0)