From c9551a0a4fb4d879e316d693a96035a93d3b3c64 Mon Sep 17 00:00:00 2001 From: Tomoki Morita Date: Fri, 16 Aug 2024 19:15:07 +0900 Subject: [PATCH] fix the word from "dialog" to "drawer" --- src/pages/popover/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/popover/index.astro b/src/pages/popover/index.astro index 4af7495..e353164 100644 --- a/src/pages/popover/index.astro +++ b/src/pages/popover/index.astro @@ -43,7 +43,7 @@ const title = "popover"; >
-
how to close this dialog
+
how to close this drawer
you can close the drawer by pressing the key, and you can also be dismissed by selecting outside the drawer area too.