Skip to content

Commit 196eb03

Browse files
committed
fix: Lifecycle Policies menu entry not correct (now in header menu)
1 parent 9f59af3 commit 196eb03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

supplemental-ui/partials/navbar.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
(eq page.version "25.3")
8383
(eq page.version "25.7")
8484
)}}
85-
<a class="navbar-item" href="{{{ relativize (versioned "home" page "policies.html") }}}">Policies</a>
85+
<a class="navbar-item" href="{{{ relativize (versioned "home" page "policies.html") }}}">Lifecycle Policies</a>
8686
{{else}}
87-
<a class="navbar-item" href="{{{ relativize (versioned "home" page "compliance/policies.html") }}}">Policies</a>
87+
<a class="navbar-item" href="{{{ relativize (versioned "home" page "compliance/policies.html") }}}">Lifecycle Policies</a>
8888
{{/if}}
8989
<a class="navbar-item" href="{{{ relativize "/home/stable/compliance/licenses" }}}">Licenses</a>
9090
<a class="navbar-item" href="{{{ relativize "/home/stable/compliance/export" }}}">Export Control</a>

0 commit comments

Comments
 (0)