From b18161903d2ee52b8e98526e58674a7ecd8602ba Mon Sep 17 00:00:00 2001 From: rxyhn Date: Wed, 11 Sep 2024 20:24:51 +0700 Subject: [PATCH] feat: add themes toggle into drawer --- src/components/Drawer.astro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/Drawer.astro b/src/components/Drawer.astro index 71ba496..540f713 100644 --- a/src/components/Drawer.astro +++ b/src/components/Drawer.astro @@ -30,6 +30,20 @@ const subpath = pathname.match(/[^/]+/g); )) } +
+ +