Skip to content

Commit 4151d42

Browse files
committed
fix policies menu link
1 parent 11936f3 commit 4151d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplemental-ui/partials/navbar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<a class="navbar-link" href="#">Compliance</a>
7373
<div class="navbar-dropdown">
7474
<a class="navbar-item" href="{{{ relativize "/home/stable/compliance/product-information" }}}">Product Information</a>
75-
{{#if (not (or
75+
{{#if (or
7676
(eq page.version "23.1")
7777
(eq page.version "23.4")
7878
(eq page.version "23.7")

0 commit comments

Comments
 (0)