From eb256101e648ed8bd1c3b4530a76dd240443f12b Mon Sep 17 00:00:00 2001 From: Manuel Salazar Date: Wed, 25 Mar 2026 10:43:50 -0700 Subject: [PATCH] Remove Teradata AI Unlimited from footer --- i18n/en/code.json | 3 --- i18n/fr/code.json | 3 --- src/config/footer.navItems.js | 4 ---- 3 files changed, 10 deletions(-) diff --git a/i18n/en/code.json b/i18n/en/code.json index 6a6716c35c..a79b3ea8eb 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -215,9 +215,6 @@ "footer.on_premises": { "message": "Teradata on premises" }, - "footer.ai_unlimited": { - "message": "Teradata AI Unlimited" - }, "footer.cx": { "message": "Customer experience (CX)" }, diff --git a/i18n/fr/code.json b/i18n/fr/code.json index 8cee7c3d17..f6ecf935c2 100644 --- a/i18n/fr/code.json +++ b/i18n/fr/code.json @@ -215,9 +215,6 @@ "footer.on_premises": { "message": "Teradata on-premises" }, - "footer.ai_unlimited": { - "message": "Teradata AI Unlimited" - }, "footer.cx": { "message": "Expérience client (CX)" }, diff --git a/src/config/footer.navItems.js b/src/config/footer.navItems.js index 4e46f1b85f..77fb1c8549 100644 --- a/src/config/footer.navItems.js +++ b/src/config/footer.navItems.js @@ -62,10 +62,6 @@ export default function footerItems(currentLocale = 'en') { href: `https://${footerBaseUrl}/platform/deployment/on-premises`, label: 'footer.on_premises' }, - { - href: `https://${footerBaseUrl}/platform/ai-unlimited`, - label: 'footer.ai_unlimited' - }, { href: `https://${footerBaseUrl}/platform/clearscape-analytics`, label: 'footer.clearscape_analytics'