diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html index dce8342c4f..e48cff8233 100644 --- a/layouts/partials/docs-nav.html +++ b/layouts/partials/docs-nav.html @@ -145,7 +145,7 @@ } else if (path.includes('/24.04/')) { versionButton.textContent = '24.04'; } else if (path.includes('/23.10/')) { - versionButton.textContent = '23.10'; + versionButton.textContent = 'Archive'; } else if (path.includes('/22.12/')) { versionButton.textContent = 'Archive'; } else { @@ -216,7 +216,6 @@