From 6d2848571d18f7cad33546cc07f99f2c70845b0e Mon Sep 17 00:00:00 2001 From: rxyhn Date: Sun, 22 Sep 2024 06:49:52 +0700 Subject: [PATCH] refactor: fix inconsistent id --- src/components/DrawerToggle.astro | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/DrawerToggle.astro b/src/components/DrawerToggle.astro index 1241473..6a54ab1 100644 --- a/src/components/DrawerToggle.astro +++ b/src/components/DrawerToggle.astro @@ -4,7 +4,7 @@ import { cn } from "@/lib/utils"; --- @@ -31,18 +31,18 @@ import { cn } from "@/lib/utils";