Skip to content

Commit 539d936

Browse files
committed
Fix logo link
1 parent ba46b1e commit 539d936

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/partials/header/header.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ <h5 class="offcanvas-title" id="offcanvasNavSectionLabel">{{ .Section | humanize
9999
<div class="offcanvas-header">
100100
<h5 class="offcanvas-title" id="offcanvasNavMainLabel">
101101
<span class="visually-hidden">{{ site.Title }}</span>
102-
{{ partial "inline-svg" (dict "src" "svgs/logos/doks-images-light-mode.svg" "width" "60px" "height" "100%" "class" "svg-inline-custom svg-lightmode") }}
103-
{{ partial "inline-svg" (dict "src" "svgs/logos/doks-images-dark-mode.svg" "width" "60px" "height" "100%" "class" "svg-inline-custom svg-darkmode") }}
102+
{{ partial "inline-svg" (dict "src" "svgs/nuodb-logo.svg" "width" "60px" "height" "100%" "class" "svg-inline-custom") }}
104103
</h5>
105104
<button type="button" class="btn btn-link nav-link p-0 ms-auto" data-bs-dismiss="offcanvas" aria-label="Close">
106105
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">

0 commit comments

Comments
 (0)