Skip to content

Commit

Permalink
fix the word from "dialog" to "drawer"
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Aug 16, 2024
1 parent 1a74183 commit c9551a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/popover/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const title = "popover";
>
<div id="drawerTarget" class={styles.drawer} popover autofocus>
<div class={styles.drawerInner}>
<div class={styles.drawerHeader}>how to close this dialog</div>
<div class={styles.drawerHeader}>how to close this drawer</div>
<div class={styles.drawerMain}>
you can close the drawer by pressing the <Code code="esc" inline /> key,
and you can also be dismissed by selecting outside the drawer area too.
Expand Down

0 comments on commit c9551a0

Please sign in to comment.