update(ui): Links footer

This commit is contained in:
Admin 2026-05-14 08:54:59 +07:00
parent 49870ce62d
commit 49a367c701
1 changed files with 7 additions and 7 deletions

View File

@ -23,13 +23,13 @@ window.PROLOGY_CONFIG = {
FOOTER_STATIC_URL: "assets/", FOOTER_STATIC_URL: "assets/",
FOOTER_LOGO_URL: "assets/Prology_logo.png", FOOTER_LOGO_URL: "assets/Prology_logo.png",
FOOTER_CATEGORIES: [ FOOTER_CATEGORIES: [
{ label: "Compute", url: "compute.html" }, { label: "Compute", url: "compute" },
{ label: "Storage", url: "storage.html" }, { label: "Storage", url: "storage" },
{ label: "Networking", url: "networking.html" }, { label: "Networking", url: "networking" },
{ label: "Security", url: "security.html" }, { label: "Security", url: "security" },
{ label: "End User", url: "end-user.html" }, { label: "End User", url: "end-user" },
{ label: "Data Center", url: "data-center.html" }, { label: "Data Center", url: "data-center" },
{ label: "Components", url: "components.html" }, { label: "Components", url: "components" },
], ],
FOOTER_LEGAL_LINKS: [ FOOTER_LEGAL_LINKS: [
{ label: "Privacy Policy", url: "privacy-policy-cookie-restriction-mode" }, { label: "Privacy Policy", url: "privacy-policy-cookie-restriction-mode" },