From 469c8459b97179f17110de14535200e8bd495541 Mon Sep 17 00:00:00 2001 From: Tlacaelel Leon Date: Tue, 13 Jan 2026 10:39:54 -0700 Subject: [PATCH 1/2] Add SecondaryBanner to Navbar --- src/components/PossibleBanner/secondaryBanner.js | 6 +++--- src/theme/Navbar/index.tsx | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/PossibleBanner/secondaryBanner.js b/src/components/PossibleBanner/secondaryBanner.js index 0e7621937d3..4bab897a39f 100644 --- a/src/components/PossibleBanner/secondaryBanner.js +++ b/src/components/PossibleBanner/secondaryBanner.js @@ -24,15 +24,15 @@ const SecondaryBanner = () => { const shouldDisplayAlert = !pathsNoAlert.includes(currentPath); if (!shouldDisplayAlert) return null; - const quickstartsLink = "https://www.teradata.com/events/possible?utm_source=developer-site&utm_medium=display&utm_campaign=gbl-possible-devrel&utm_content=developer-quickstarts&utm_id=701V500000HTemgIAD"; + const quickstartsLink = "https://www.teradata.com/customers/research-panel"; return (
- Learn how to build the future of AI at Possible 2025. + Join our Research Panel and help shape the future of Teradata. - Register now + Sign up.
); diff --git a/src/theme/Navbar/index.tsx b/src/theme/Navbar/index.tsx index efc73b417e4..3f496eb4ca3 100644 --- a/src/theme/Navbar/index.tsx +++ b/src/theme/Navbar/index.tsx @@ -18,6 +18,7 @@ import SearchBar from '../SearchBar'; import MatDisclaimer from '../../components/MatDisclaimer'; import SelectComponent from '../../components/SelectComponent/SelectComponent'; import '../DocSidebar/styles.css'; +import SecondaryBanner from '../../components/PossibleBanner/secondaryBanner' function translateNavItems(navItems: NavListItem[]): NavListItem[] { const location = useLocation(); @@ -162,6 +163,7 @@ export default function Navbar() { selectedLanguage={defaultLang} secondaryMenu={secondaryMenuDetails} > + ); From 647ba766c906c7d9f88456290a9991d46ad84d9c Mon Sep 17 00:00:00 2001 From: Tlacaelel Leon Date: Thu, 22 Jan 2026 07:44:08 -0700 Subject: [PATCH 2/2] Fix secondary banner case --- src/components/PossibleBanner/secondaryBanner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PossibleBanner/secondaryBanner.js b/src/components/PossibleBanner/secondaryBanner.js index 4bab897a39f..a6e123ccd53 100644 --- a/src/components/PossibleBanner/secondaryBanner.js +++ b/src/components/PossibleBanner/secondaryBanner.js @@ -29,7 +29,7 @@ const SecondaryBanner = () => { return (
- Join our Research Panel and help shape the future of Teradata. + Join our research panel and help shape the future of Teradata. Sign up.