From 96b81924088f7a00a65b52261e7a2bc6701b6416 Mon Sep 17 00:00:00 2001 From: LOUIS POTEVIN Date: Wed, 27 May 2026 14:45:38 +0200 Subject: [PATCH] fix: removing comment --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index bb59c93..4960fc9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -20,7 +20,6 @@ const initialChecked = false;

Toggle

-

State: {initialChecked ? 'Checked' : 'Unchecked'}