From 74c501a7bd4153d728a67cb2a23859be5bdb0d6b Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 25 Jul 2023 23:26:09 +0200 Subject: [PATCH] feat: hide settings popover by default --- src/components/SettingsPopover.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SettingsPopover.astro b/src/components/SettingsPopover.astro index 7d3c722..81f13f8 100644 --- a/src/components/SettingsPopover.astro +++ b/src/components/SettingsPopover.astro @@ -12,7 +12,7 @@ const enabledSettings = Object.keys(featureFlags).filter( const { toggle } = Astro.props; --- -
+

Settings