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 9062b69  Update index.tsx
9062b69 is described below

commit 9062b693adb1cf7611e2ce7c61adc4373f0421cc
Author: Apratim Shukla <[email protected]>
AuthorDate: Tue Jul 30 18:00:23 2024 -0700

    Update index.tsx
---
 src/components/Download/index.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/Download/index.tsx 
b/src/components/Download/index.tsx
index c318300..8a3d51a 100644
--- a/src/components/Download/index.tsx
+++ b/src/components/Download/index.tsx
@@ -96,7 +96,7 @@ const Download = () => {
                         sha512Link={nonAsfSha512LinkZIP}
                         signLink={signLink}
                         downloadLink={nonAsfDownloadLinkZIP}
-                        isApache={false}
+                        isApache={true}
                       />
                     </div>
                   )}
@@ -111,7 +111,7 @@ const Download = () => {
                       sha512Link={nonAsfSha512LinkZIP}
                       signLink={signLink}
                       downloadLink={nonAsfDownloadLinkZIP}
-                      isApache={false}
+                      isApache={true}
                     />
                   </div>
                 </div>
@@ -141,7 +141,7 @@ const Download = () => {
                       sha512Link={nonAsfSha512LinkTAR}
                       signLink={signLink}
                       downloadLink={nonAsfDownloadLinkTAR}
-                      isApache={false}
+                      isApache={true}
                     />
                   </div>
                 )}

Reply via email to