This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new fd7b657 Updated downloads
fd7b657 is described below
commit fd7b6577ad975e4026fee65fc56c16dd518d9c91
Author: Apratim Shukla <[email protected]>
AuthorDate: Thu Jun 6 17:52:30 2024 -0700
Updated downloads
---
src/components/Download/DownloadBox.tsx | 6 +++---
src/components/Download/index.tsx | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/Download/DownloadBox.tsx
b/src/components/Download/DownloadBox.tsx
index 8b58d91..a3d81bc 100644
--- a/src/components/Download/DownloadBox.tsx
+++ b/src/components/Download/DownloadBox.tsx
@@ -14,7 +14,7 @@ const DownloadBox = (props: {
<div className="relative z-10 rounded-sm bg-white px-8 py-10
shadow-three hover:shadow-one dark:bg-gray-dark dark:shadow-two
dark:hover:shadow-gray-dark">
<div className="flex items-center justify-between">
<h3 className="price mb-2 text-[32px] font-bold text-black
dark:text-white">
- <span className="amount">GitHub</span>
+ <span className="amount">ResilientDB</span>
</h3>
<h4 className="mb-2 text-xl font-bold text-dark dark:text-white">
{packageName}
@@ -34,9 +34,9 @@ const DownloadBox = (props: {
<a href={sha256Link} className="badge-download">
SHA256
</a>
- <a href={signLink} className="badge-download">
+ {/*<a href={signLink} className="badge-download">
Sign
- </a>
+ </a>*/}
<span className="badge-asf">
Non-ASF release
</span>
diff --git a/src/components/Download/index.tsx
b/src/components/Download/index.tsx
index 97bda4d..dde57ba 100644
--- a/src/components/Download/index.tsx
+++ b/src/components/Download/index.tsx
@@ -8,9 +8,9 @@ const Download = () => {
const sha256Link = isZIP
?
"https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.zip.sha256"
- :
"https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.zip.asc";
+ :
"https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.tar.gz.sha256";
const signLink = isZIP
- ?
"https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.tar.gz.sha256"
+ ?
"https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.zip.asc"
:
"https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.tar.gz.asc";
const downloadLink = isZIP
?
"https://github.com/apache/incubator-resilientdb/archive/refs/tags/nexres-v1.9.0.zip"