Skip to content

Commit

Permalink
chore: remove gold sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Feb 21, 2024
1 parent 924c91a commit 452d2e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions client/routes/contributors/Gold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ export const GoldSponsors: FCC = ({ children }) => (
// },
}}
>
<a
href="https://automatenspielex.com/online-casinos"
title="Beste Online Casinos"
rel="sponsored noopener external"
target="_blank"
>
<ImgLazy width={157} height={113} src="/img/sponsors/automatenspiele.svg" alt="Automatenspiele" />
</a>
</Grid>
{children}
</SectionContainer>
Expand Down
2 changes: 0 additions & 2 deletions client/routes/contributors/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { PageView } from '~/routes/PageView';
import { ImgLazy } from '~/components/ui/ImgLazy';
import { GoldSponsors } from './Gold';
import { HowToSupport } from './HowToSupport';
import { SectionContainer } from '~/components/ui/Section';
import { Box } from '~/components/ui/Box';
Expand All @@ -13,7 +12,6 @@ export default function SponsorsRoute() {
description="LWJGL exists thanks to all the people who contribute and back/sponsor our collective."
>
<HowToSupport />
<GoldSponsors />

<SectionContainer padding>
<TitleSection>Contributors:</TitleSection>
Expand Down
3 changes: 1 addition & 2 deletions client/routes/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Link } from '~/components/router/client';
import { Frameworks, License, Download, Guide, Source } from '~/routes';
import { PageView } from '~/routes/PageView';
import { HomeHero } from './Hero';
import { GoldSponsors } from '~/routes/contributors/Gold';
import { HowToSupport } from '~/routes/contributors/HowToSupport';
import { Grid } from '~/components/layout/Grid';
import { Prose } from '~/components/ui/Prose';
Expand Down Expand Up @@ -222,6 +221,7 @@ const HomeRoute: React.FC = () => (
<Anchor href="https://discord.gg/6CywMCs" rel="noopener external">
Discord server
</Anchor>
.
</p>
</Feature>

Expand Down Expand Up @@ -426,7 +426,6 @@ const HomeRoute: React.FC = () => (
</Dark>

<HowToSupport id="credits" />
<GoldSponsors />

<SectionContentVisibility padding>
<TitleSection>Looking for LWJGL 2?</TitleSection>
Expand Down

0 comments on commit 452d2e7

Please sign in to comment.