diff --git a/client/routes/contributors/Gold.tsx b/client/routes/contributors/Gold.tsx index f79559f2..cf483190 100644 --- a/client/routes/contributors/Gold.tsx +++ b/client/routes/contributors/Gold.tsx @@ -32,14 +32,6 @@ export const GoldSponsors: FCC = ({ children }) => ( // }, }} > - - - {children} diff --git a/client/routes/contributors/index.tsx b/client/routes/contributors/index.tsx index ccf8afa2..3b681200 100644 --- a/client/routes/contributors/index.tsx +++ b/client/routes/contributors/index.tsx @@ -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'; @@ -13,7 +12,6 @@ export default function SponsorsRoute() { description="LWJGL exists thanks to all the people who contribute and back/sponsor our collective." > - Contributors: diff --git a/client/routes/home/index.tsx b/client/routes/home/index.tsx index f219dc10..cd18783c 100644 --- a/client/routes/home/index.tsx +++ b/client/routes/home/index.tsx @@ -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'; @@ -222,6 +221,7 @@ const HomeRoute: React.FC = () => ( Discord server + .

@@ -426,7 +426,6 @@ const HomeRoute: React.FC = () => ( - Looking for LWJGL 2?