petclinic-uncached

updates logo

4/12/2014 12:28:53 PM

Details

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 0000000..1840af2
Binary files /dev/null and b/src/main/webapp/resources/images/spring-pivotal-logo.png differ
diff --git a/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp b/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp
index dccec75..c9992c7 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>