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

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 46152e0  Use full logo instead of logo + text
46152e0 is described below

commit 46152e037730e6419adc80b3523d949d6b2f891a
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Sep 6 22:40:59 2021 -0500

    Use full logo instead of logo + text
---
 webui/thread.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/thread.html b/webui/thread.html
index 33df391..9153546 100644
--- a/webui/thread.html
+++ b/webui/thread.html
@@ -44,7 +44,7 @@ the License. -->
     <div class="container-fluid">
       <!-- Brand and toggle get grouped for better mobile display -->
       <div class="navbar-header collapse navbar-collapse">
-      <a class="navbar-brand" href="./"><span><img src="images/foal.png" 
style="margin-top: -10px !important;" height="30"/>&nbsp;<span class='hidden-xs 
title'>Pony Mail!</span></a>
+      <a class="navbar-brand" href="./"><span><img src="images/logo.png" 
style="margin-top: -10px !important;" height="30"/>&nbsp;</a>
       </div>
       
              
@@ -86,4 +86,4 @@ the License. -->
     <div id="splash" class="splash fade-in"> &nbsp; </div>
     <div style="clear: both;"></div>
   </body>
-</html>
\ No newline at end of file
+</html>

Reply via email to