File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
components/PossibleBanner Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ const SecondaryBanner = () => {
2424 const shouldDisplayAlert = ! pathsNoAlert . includes ( currentPath ) ;
2525 if ( ! shouldDisplayAlert ) return null ;
2626
27- 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 " ;
27+ const quickstartsLink = "https://www.teradata.com/customers/research-panel " ;
2828
2929 return (
3030 < div className = { styles . secondaryBanner } >
3131 < span className = { styles . bannerText } >
32- Learn how to build the future of AI at Possible 2025 .
32+ Join our Research Panel and help shape the future of Teradata .
3333 </ span >
3434 < a className = { styles . bannerTextLink } href = { quickstartsLink } target = "_blank" rel = "noopener noreferrer" >
35- Register now
35+ Sign up.
3636 </ a >
3737 </ div >
3838 ) ;
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import SearchBar from '../SearchBar';
1818import MatDisclaimer from '../../components/MatDisclaimer' ;
1919import SelectComponent from '../../components/SelectComponent/SelectComponent' ;
2020import '../DocSidebar/styles.css' ;
21+ import SecondaryBanner from '../../components/PossibleBanner/secondaryBanner'
2122
2223function translateNavItems ( navItems : NavListItem [ ] ) : NavListItem [ ] {
2324 const location = useLocation ( ) ;
@@ -162,6 +163,7 @@ export default function Navbar() {
162163 selectedLanguage = { defaultLang }
163164 secondaryMenu = { secondaryMenuDetails }
164165 > </ Header >
166+ < SecondaryBanner />
165167 < MatDisclaimer />
166168 </ >
167169 ) ;
You can’t perform that action at this time.
0 commit comments