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

jgemignani pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new e328bf97 Fix identation in homepage (#296)
e328bf97 is described below

commit e328bf972ec55da3e70ccc61294769ffad3d9dd8
Author: Muhammad Taha Naveed <[email protected]>
AuthorDate: Fri Apr 5 03:04:13 2024 +0500

    Fix identation in homepage (#296)
    
    - PR #289 introduced an issue that broke the site
      build due to a small identation issue. This
      commit fixes it.
---
 src/pages/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/index.md b/src/pages/index.md
index f3dc45f5..f7d66948 100644
--- a/src/pages/index.md
+++ b/src/pages/index.md
@@ -9,7 +9,7 @@ bannerContents: >-
 
   <h2 class="bannercontnet"><span>
   Apache AGE is PostgreSQL Graph database extension compatible with 
PostgreSQL's distributed assets and leverages graph data structures to analyze 
and use relationships and patterns in data.
- </span> <br/>
+  </span> <br/>
   <br>
 
   <a href="/getstarted/quickstart"  >Get Started with Apache AGE</a>

Reply via email to