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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new b82104c0d Fix left banner
b82104c0d is described below

commit b82104c0d54eaa3fa1b06599de5e52221c66160f
Author: Andreas Veithen <[email protected]>
AuthorDate: Wed Sep 18 10:28:10 2024 +0100

    Fix left banner
    
    The project name is in the image, so we don't need to repeat it next to it.
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 58c227763..d34a806bd 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,7 +23,7 @@
         <artifactId>maven-fluido-skin</artifactId>
         <version>2.0.0-M10</version>
     </skin>
-    <bannerLeft name="Apache Axiom" 
href="http://ws.apache.org/axiom/index.html";>
+    <bannerLeft href="http://ws.apache.org/axiom/index.html";>
         <image src="images/logo.png"/>
     </bannerLeft>
     <bannerRight href="http://ws.apache.org/";>

Reply via email to