This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 01474e9  [Docs]: Update version. (#83)
01474e9 is described below

commit 01474e985fe0e21f18af551ab9981ef7ab44f57f
Author: songjianet <[email protected]>
AuthorDate: Sat Mar 19 17:19:03 2022 +0800

    [Docs]: Update version. (#83)
---
 src/pages/download/index.jsx | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/pages/download/index.jsx b/src/pages/download/index.jsx
index c99893e..a77936d 100644
--- a/src/pages/download/index.jsx
+++ b/src/pages/download/index.jsx
@@ -35,17 +35,17 @@ export default function () {
                                                                                
<td>{item.date}</td>
                                                                                
<td>{item.version}</td>
                                                                                
<td>
-                                                                               
        <a href={item.sourceCode.src}>[src] 
{getLastPath(item.sourceCode.src)}</a>
-                                                                               
        <a href={item.sourceCode.asc}>[asc] 
{getLastPath(item.sourceCode.asc)}</a>
-                                                                               
        <hr />
-                                                                               
        <a href={item.sourceCode.sha512}>[sha512] 
{getLastPath(item.sourceCode.sha512)}</a>
-                                                                               
</td>
-                                                                               
<td>
                                                                                
        <a href={item.binaryDistribution.bin}>[bin] 
{getLastPath(item.binaryDistribution.bin)}</a>
                                                                                
        <a href={item.binaryDistribution.asc}>[asc] 
{getLastPath(item.binaryDistribution.asc)}</a>
                                                                                
        <hr />
                                                                                
        <a href={item.binaryDistribution.sha512}>[sha512] 
{getLastPath(item.binaryDistribution.sha512)}</a>
                                                                                
</td>
+                                                                               
<td>
+                                                                               
        <a href={item.sourceCode.src}>[src] 
{getLastPath(item.sourceCode.src)}</a>
+                                                                               
        <a href={item.sourceCode.asc}>[asc] 
{getLastPath(item.sourceCode.asc)}</a>
+                                                                               
        <hr />
+                                                                               
        <a href={item.sourceCode.sha512}>[sha512] 
{getLastPath(item.sourceCode.sha512)}</a>
+                                                                               
</td>
                                                                        </tr>
                                                                )
                                                        })

Reply via email to