diff --git a/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp b/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp index dccec75d2dd93b16fb99c1ed37b48bf9d1630d02..c9992c7825d0d379000f64b7cb76f36872f30e95 100644 --- a/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp +++ b/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp @@ -2,9 +2,9 @@ <table class="footer"> <tr> - <td></td> - <td align="right"><img src="<spring:url value="/resources/images/springsource-logo.png" htmlEscape="true" />" - alt="Sponsored by SpringSource"/></td> + <td width="70%"></td> + <td align="right"><img src="<spring:url value="/resources/images/spring-pivotal-logo.png" htmlEscape="true" />" + alt="Sponsored by Pivotal"/></td> </tr> </table> diff --git a/src/main/webapp/resources/images/spring-pivotal-logo.png b/src/main/webapp/resources/images/spring-pivotal-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..1840af274b55e7f2d19931a5afecb576cb17f44a Binary files /dev/null and b/src/main/webapp/resources/images/spring-pivotal-logo.png differ