Skip to content

Commit 2f5bcb6

Browse files
Update banner links
- point left banner to the same url as is on image - remove the link from the right banner as it is the same as for left - set left banner the same height as left
1 parent 53544ac commit 2f5bcb6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/site/site.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ under the License.
2222
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2323
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2424

25-
<bannerLeft href="https://www.apache.org/">
26-
<image src="https://maven.apache.org/images/apache-maven-project-light-theme.svg" width="489px" height="51px"/>
25+
<bannerLeft href="https://maven.apache.org/">
26+
<image src="https://maven.apache.org/images/apache-maven-project-light-theme.svg" width="489px" height="83px"/>
2727
</bannerLeft>
2828

29-
<bannerRight href="https://maven.apache.org/">
30-
<image src="/images/logos/MavenLogoLeafSmall.png"/>
29+
<bannerRight>
30+
<image src="https://maven.apache.org/images/logos/MavenLogoLeafSmall.png"/>
3131
</bannerRight>
3232

3333
<skin>

0 commit comments

Comments
 (0)