Skip to content

Commit

Permalink
fix(possible): remove possible banner-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vega committed Oct 17, 2024
1 parent 0c9e7f3 commit 2dae994
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/DevelopersHomepage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import JumpIn from './JumpIn';
import GetStarted from './GetStarted';
import TopPicks from './TopPicks';
import LinksImages from './LinksImg';
import { PossibleBanner } from '../HomepageFeatures';


export default function DevelopersHomepage() {
return (
Expand Down
1 change: 0 additions & 1 deletion src/components/QuickstartsPages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Heading from '@theme/Heading';
import styles from './styles.module.css';
import Link from '@docusaurus/Link';
import { Typography } from '@teradata-web/react-components';
import { PossibleBanner } from '../HomepageFeatures';
import { translate } from '@docusaurus/Translate';

const FeatureTitle = translate({ message: 'home_page.categories' });
Expand Down

0 comments on commit 2dae994

Please sign in to comment.