Skip to content

Commit 1996035

Browse files
authored
Merge pull request #10 from opennms-forge/jira/NMS-13348
NMS-13348: Move the new logo in the branding section
2 parents b37947c + 3b6a71b commit 1996035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/partials/header-content.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="header">
22
<nav class="navbar">
3-
<a href="{{{or site.url (or siteRootUrl siteRootPath)}}}"><img class="navbar-logo" src="{{{uiRootPath}}}/img/logotype.svg"/></a>
43
<div class="navbar-brand">
4+
<a href="{{{or site.url (or siteRootUrl siteRootPath)}}}"><img class="navbar-logo" src="{{{uiRootPath}}}/img/logotype.svg"/></a>
55
<a class="navbar-site-title" href="https://docs.opennms.com">{{site.title}}</a>
66
<button class="navbar-burger" data-target="topbar-nav">
77
<span></span>
@@ -51,3 +51,4 @@
5151
</div>
5252
</nav>
5353
</header>
54+

0 commit comments

Comments
 (0)