diff --git a/site/src/components/Match.astro b/site/src/components/Match.astro index 64e9e4fb..28d94f17 100644 --- a/site/src/components/Match.astro +++ b/site/src/components/Match.astro @@ -47,14 +47,5 @@ const noBool = typeof react !== 'boolean' && typeof vue !== 'boolean' && typeof ) : ( (svelte || noBool) && )) - }{ - framework === 'vanilla' && - (typeof vanilla == 'string' ? ( - vanilla - ) : Astro.slots.has('vanilla') ? ( - - ) : ( - (vanilla || noBool) && - )) }