Skip to content

Commit 74b35df

Browse files
authored
Revert "Add Preact to homepage frameworks"
1 parent e996282 commit 74b35df

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/frontpage/components/docs/mdx/home-renderers.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ export function HomeRenderers({ activeVersion }: HomeRenderersProps) {
8686
subtitle="with Webpack"
8787
title="Web Components"
8888
/>
89-
{Number(activeVersion.id) >= 8.5 ? (
90-
<Card
91-
href="/docs/get-started/frameworks/preact-vite/?renderer=preact"
92-
logo="logo-preact.svg"
93-
subtitle="with Vite"
94-
title="Preact"
95-
/>
96-
) : null}
9789
</div>
9890
);
9991
}

0 commit comments

Comments
 (0)