You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/08 20:17:32 UTC

[incubator-ponymail-foal] branch master updated: fix logo link

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 415760b  fix logo link
415760b is described below

commit 415760b938aa6e4ab66229787696ef061613282c
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 8 22:17:18 2020 +0200

    fix logo link
---
 webui/thread.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/thread.html b/webui/thread.html
index b5b127d..c3416b5 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/logo.png" style="margin-top: -10px !important;" height="30" width="32"/>&nbsp;<span class='hidden-xs title'>Pony Mail!</span></a>
+      <a class="navbar-brand" href="./"><span><img src="images/logo_large.png" style="margin-top: -10px !important;" height="30" width="32"/>&nbsp;<span class='hidden-xs title'>Pony Mail!</span></a>
       </div>