From 49a367c701abdeb277dd6e91baf0cbd06aa42210 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 14 May 2026 08:54:59 +0700 Subject: [PATCH] update(ui): Links footer --- assets/js/config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/js/config.js b/assets/js/config.js index a161352..3cd123a 100644 --- a/assets/js/config.js +++ b/assets/js/config.js @@ -23,13 +23,13 @@ window.PROLOGY_CONFIG = { FOOTER_STATIC_URL: "assets/", FOOTER_LOGO_URL: "assets/Prology_logo.png", FOOTER_CATEGORIES: [ - { label: "Compute", url: "compute.html" }, - { label: "Storage", url: "storage.html" }, - { label: "Networking", url: "networking.html" }, - { label: "Security", url: "security.html" }, - { label: "End User", url: "end-user.html" }, - { label: "Data Center", url: "data-center.html" }, - { label: "Components", url: "components.html" }, + { label: "Compute", url: "compute" }, + { label: "Storage", url: "storage" }, + { label: "Networking", url: "networking" }, + { label: "Security", url: "security" }, + { label: "End User", url: "end-user" }, + { label: "Data Center", url: "data-center" }, + { label: "Components", url: "components" }, ], FOOTER_LEGAL_LINKS: [ { label: "Privacy Policy", url: "privacy-policy-cookie-restriction-mode" },