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'