We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6c791 commit 07dffdbCopy full SHA for 07dffdb
src/img/couchbase-documentation-logo.svg
src/img/logo.svg src/img/logo-old.svgsrc/img/logo.svg renamed to src/img/logo-old.svg
src/partials/header-content.hbs
@@ -1,7 +1,7 @@
1
<header class="header fixed-top">
2
<nav class="navbar navbar-expand-md flex-nowrap justify-content-between navbar-new-top">
3
<a class="navbar-brand" href="{{#with (and site.url site.homeUrl)}}{{@root.site.url}}{{this}}{{else}}{{siteRootPath}}{{/with}}">
4
- <img src="{{{uiRootPath}}}/img/logo.png" alt="Couchbase" />
+ <img src="{{{uiRootPath}}}/img/couchbase-documentation-logo.svg" alt="Couchbase" />
5
</a>
6
{{! <ul class="nav navbar-nav mr-auto"></ul> }}
7
<button class="navbar-burger" data-target="topbar-menu">
0 commit comments