Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/components/DevelopersHomepage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import JumpIn from './JumpIn';
import GetStarted from './GetStarted';
import TopPicks from './TopPicks';
import LinksImages from './LinksImg';
import PossibleBanner from '../PossibleBanner';

export default function DevelopersHomepage() {
return (
<>
<PossibleBanner />
<JumpIn />
<GetStarted />
<TopPicks />
Expand Down
2 changes: 0 additions & 2 deletions src/components/QuickstartsPages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import styles from './styles.module.css';
import Link from '@docusaurus/Link';
import { Typography } from '@teradata-web/react-components';
import { translate } from '@docusaurus/Translate';
import PossibleBanner from '../PossibleBanner';

const FeatureTitle = translate({ message: 'home_page.categories' });
const Guides = [
Expand Down Expand Up @@ -103,7 +102,6 @@ function Feature2({ title, description, href }) {
export default function Categories() {
return (
<>
<PossibleBanner />
<section className={clsx(styles.features, styles.fGuides)}>
<div className={clsx('container', styles.container)}>
<br/>
Expand Down
2 changes: 0 additions & 2 deletions src/theme/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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();
Expand Down Expand Up @@ -163,7 +162,6 @@ export default function Navbar() {
selectedLanguage={defaultLang}
secondaryMenu={secondaryMenuDetails}
></Header>
<SecondaryBanner />
<MatDisclaimer />
</>
);
Expand Down