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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new d727404eb79 optimize homepage (#1010)
d727404eb79 is described below

commit d727404eb790ca4e039036f81f37d0fe6d14a8a0
Author: jimin <sliev...@163.com>
AuthorDate: Thu Aug 7 22:58:41 2025 +0800

    optimize homepage (#1010)
    
    Signed-off-by: slievrly <sliev...@163.com>
---
 src/pages/home/introduction/index.tsx | 2 +-
 src/pages/home/top/index.tsx          | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/home/introduction/index.tsx 
b/src/pages/home/introduction/index.tsx
index f594d44ade2..362f1fab141 100644
--- a/src/pages/home/introduction/index.tsx
+++ b/src/pages/home/introduction/index.tsx
@@ -34,7 +34,7 @@ const Introduction = () => {
     <section className='introduction-section'>
       <div className='introduction-body'>
         <div className='introduction'>
-          <h4>{data.title}</h4>
+          <h3>{data.title}</h3>
           <p>{data.desc}</p>
         </div>
         <img
diff --git a/src/pages/home/top/index.tsx b/src/pages/home/top/index.tsx
index 6d7a16b934a..5c614d8231a 100644
--- a/src/pages/home/top/index.tsx
+++ b/src/pages/home/top/index.tsx
@@ -48,9 +48,9 @@ const Top = () => {
     forkCount: '',
   });
   const [releaseNote, setReleaseNote] = React.useState({
-    version: 'v2.4.0',
-    url: 'https://github.com/apache/incubator-seata/releases/tag/v2.4.0',
-    date: '2025/06/11',
+    version: 'v2.5.0',
+    url: 'https://github.com/apache/incubator-seata/releases/tag/v2.5.0',
+    date: '2025/08/05',
   });
 
   React.useEffect(() => {


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to