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

xuetaoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ac21f8e2d2a fix typo GITHUB to GitHub in navbar and footer (#3201)
ac21f8e2d2a is described below

commit ac21f8e2d2a68c911ee9e92ff4a5cc2590cce5c2
Author: HiSEN <[email protected]>
AuthorDate: Wed Mar 25 20:03:10 2026 +0800

    fix typo GITHUB to GitHub in navbar and footer (#3201)
    
    * docs: fix typo GITHUB to GitHub
    
    * docs: fix typo GITHUB to GitHub
---
 layouts/partials/footer.html | 4 ++--
 layouts/partials/navbar.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6391f7ec976..24d7578dea3 100755
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -16,7 +16,7 @@
             <img 
src="https://img.alicdn.com/imgextra/i4/O1CN01buuadT274Lj33QZWQ_!!6000000007743-0-tps-1170-1477.jpg";
 alt="DingTalk QR Code">
           </div>
         </button>
-        <button class="contact-btn"><a 
href="https://github.com/apache/dubbo/";>GITHUB</a></button>
+        <button class="contact-btn"><a 
href="https://github.com/apache/dubbo/";>GitHub</a></button>
       </div>
     </div>
     <div class="footer-container-right">
@@ -199,4 +199,4 @@
   function hideQRCode(id) {
     document.getElementById(id).style.display = 'none';
   }
-</script>
\ No newline at end of file
+</script>
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index fb2ab6b2b94..eb2ccaacf79 100755
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -87,7 +87,7 @@
       </ul>
 
       <a class="btn btn-dark ml-2 github-btn"
-        href="https://github.com/apache/dubbo/";>GITHUB</a>
+        href="https://github.com/apache/dubbo/";>GitHub</a>
     </div>
 
   </div>
@@ -197,4 +197,4 @@
     padding-left: 20px;
     padding-bottom: 20px;
   }
-</style>
\ No newline at end of file
+</style>

Reply via email to