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
283 changes: 0 additions & 283 deletions src/components/RenderATL/RenderATL.jsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/Site/Site.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import OfflineBanner from "../OfflineBanner/OfflineBanner.jsx";
import Page from "../Page/Page.jsx";
import PageNotFound from "../PageNotFound/PageNotFound.jsx";
import ReadingProgress from "../ReadingProgress/ReadingProgress.jsx";
import { RenderATLBanner } from "../RenderATL/RenderATL.jsx";
import ScrollToTop from "../ScrollToTop/ScrollToTop.jsx";
import Sidebar from "../Sidebar/Sidebar.jsx";
import SidebarMobile from "../SidebarMobile/SidebarMobile.jsx";
Expand Down Expand Up @@ -303,8 +302,6 @@ function Site(props) {
{location.pathname !== "/" && <ReadingProgress />}
</div>

<RenderATLBanner />

{mounted ? (
<SidebarMobile
isOpen={mobileSidebarOpen}
Expand Down
3 changes: 0 additions & 3 deletions src/components/Splash/Splash.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import SplashContent from "../../content/index.mdx";
import Container from "../Container/Container.jsx";
import Markdown from "../Markdown/Markdown.jsx";
import { PlaceholderComponent } from "../Placeholder/Placeholder.jsx";
import { RenderATLPromo } from "../RenderATL/RenderATL.jsx";
import SplashViz from "../SplashViz/SplashViz.jsx";

const Support = lazy(() => import("../Support/Support.jsx"));
Expand Down Expand Up @@ -56,8 +55,6 @@ const Splash = () => {
</Container>
</div>

<RenderATLPromo />

<div className="relative text-center page__content [&_p]:my-[1em]! [&_p]:mx-auto! [&_p]:max-w-200 [&_pre]:text-left [&_.icon-link]:hidden">
<Container className="py-[5em] px-[1em] md:px-[1.5em]">
<Markdown>
Expand Down
3 changes: 0 additions & 3 deletions src/components/Sponsors/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import AGLogoDark from "../../assets/ag-grid-logo-dark.png";
import AGLogo from "../../assets/ag-grid-logo.png";
import WebpackIcon from "../../assets/icon-square-small.svg";
import Link from "../Link/Link.jsx";
import { RenderATLCard } from "../RenderATL/RenderATL.jsx";

// Tailwind CSS is used for styling

Expand Down Expand Up @@ -60,8 +59,6 @@ const Sponsors = () => (
</Link>
</div>

<RenderATLCard />

{/* Webpack Sponsor */}
<div className="m-5 flex flex-col items-center transition-transform duration-200">
<Link to="https://www.ag-grid.com/?utm_source=webpack&utm_medium=banner&utm_campaign=sponsorship">
Expand Down
Loading