From b425d6ce1e835b0cec6c575d74ecb972e2890038 Mon Sep 17 00:00:00 2001 From: Maxwell Barvian Date: Mon, 28 Oct 2024 09:00:05 -0700 Subject: [PATCH] Remove vanilla in Match --- site/src/components/Match.astro | 9 --------- 1 file changed, 9 deletions(-) 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) && - )) }