This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5b9dd7bfa1e [pages](update) Download update description about Quick
Download (#409)
5b9dd7bfa1e is described below
commit 5b9dd7bfa1e63e4b41d01f4097c393d5a98658a8
Author: KassieZ <[email protected]>
AuthorDate: Wed Feb 28 17:02:24 2024 +0800
[pages](update) Download update description about Quick Download (#409)
---
src/pages/download/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index abb8f919d2b..2f6bd9c78f4 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -21,8 +21,8 @@ import { ALL_VERSIONS, OLD_VERSIONS } from
'../../constant/download.data';
import * as semver from 'semver';
const BINARY_VERSION = [
- { label: `${VersionEnum.Latest} ( Latest )`, value: VersionEnum.Latest },
- { label: `${VersionEnum.Prev} ( Stable )`, value: VersionEnum.Prev },
+ { label: `${VersionEnum.Latest} ( Stable )`, value: VersionEnum.Latest },
+ { label: `${VersionEnum.Prev}`, value: VersionEnum.Prev },
];
function downloadFile(url: string) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]