From 4bcd5bc55d2dd5bda2953deb066152edf7f528ce Mon Sep 17 00:00:00 2001 From: rxyhn Date: Fri, 13 Sep 2024 05:08:30 +0700 Subject: [PATCH] chore: make the theme switcher button visible on all screen sizes --- src/components/Drawer.astro | 15 --------------- src/components/Header.astro | 10 ++++------ 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/src/components/Drawer.astro b/src/components/Drawer.astro index bdbd933..ec62521 100644 --- a/src/components/Drawer.astro +++ b/src/components/Drawer.astro @@ -1,5 +1,4 @@ --- -import { Icon } from "astro-icon/components"; import { LINKS } from "@/consts"; import { cn } from "@/lib/utils"; const { pathname } = Astro.url; @@ -30,20 +29,6 @@ const subpath = pathname.match(/[^/]+/g); )) } -
- -