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

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new 1db5fbe  remove ending img
1db5fbe is described below

commit 1db5fbeecfb02406385f4f1aa576e7b74e700473
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Feb 22 10:44:59 2024 +0100

    remove ending img
---
 src/partials/menu.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/partials/menu.hbs b/src/partials/menu.hbs
index 8d5ae57..bf5c2e5 100644
--- a/src/partials/menu.hbs
+++ b/src/partials/menu.hbs
@@ -25,7 +25,7 @@
 </div>
 <div class="top-bar" id="responsive-menu">
     <div class='top-bar-left'>
-        <a class='title' href="{{siteRootPath}}/index.html"><img 
src='{{{uiRootPath}}}/images/apache-netbeans.svg' style='padding: 8px; height: 
48px;'></img> Apache NetBeans</a>
+        <a class='title' href="{{siteRootPath}}/index.html"><img 
src='{{{uiRootPath}}}/images/apache-netbeans.svg' style='padding: 8px; height: 
48px;'> Apache NetBeans</a>
     </div>
     <div class="top-bar-right">
         <ul class="vertical medium-horizontal menu" 
data-responsive-menu="drilldown medium-dropdown">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to