This is an automated email from the ASF dual-hosted git repository.
zykkk 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 384301855d7 [fix] Fix typo of index and download pages (#388)
384301855d7 is described below
commit 384301855d7a81615ea6713d50ae65bb3bf1825d
Author: KassieZ <[email protected]>
AuthorDate: Tue Jan 9 20:05:06 2024 +0800
[fix] Fix typo of index and download pages (#388)
---
src/pages/download/index.tsx | 8 ++++----
src/pages/index.tsx | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index 1c99a0a0b01..e5e7a87a237 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -202,8 +202,8 @@ export default function Download() {
<div className="inner"
key={downloadInfo.filename}>
<Link
to={downloadInfo.gz}>{downloadInfo.filename}</Link>
<span> ( </span>
- <Link
to={downloadInfo.asc}>asc</Link>,{' '}
- <Link
to={downloadInfo.sha512}>sha512</Link>
+ <Link
to={downloadInfo.asc}>ASC</Link>,{' '}
+ <Link
to={downloadInfo.sha512}>SHA-512</Link>
<span> )</span>
</div>
) : (
@@ -215,13 +215,13 @@ export default function Download() {
<Link
to={`${downloadInfo.source}apache-doris-${downloadInfo.version}-src.tar.gz.asc`}
>
- asc
+ ASC
</Link>
,{' '}
<Link
to={`${downloadInfo.source}apache-doris-${downloadInfo.version}-src.tar.gz.sha512`}
>
- sha512
+ SHA-512
</Link>
<span> )</span>
</div>
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 38dc8d341a5..886a1aada10 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -61,7 +61,7 @@ export default function Home(): JSX.Element {
type: 'ghost',
},
{
- label: <Translate id="homepage.banner.button2">Slack</Translate>,
+ label: <Translate id="homepage.banner.button2">Join
Slack</Translate>,
link:
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-28il1o2wk-DD6LsLOz3v4aD92Mu0S0aQ',
type: 'ghost',
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]