diff --git a/packages/web/src/scss/components/Drawer/README.md b/packages/web/src/scss/components/Drawer/README.md
index e6135119a4..0cf132f8e8 100644
--- a/packages/web/src/scss/components/Drawer/README.md
+++ b/packages/web/src/scss/components/Drawer/README.md
@@ -5,8 +5,8 @@ The Drawer component is a container that slides in from side of the screen. It c
The Drawer is a composition of several subcomponents:
- [Drawer](#drawer)
- - [DrawerCloseButton](#drawer-close-button)
- - [DrawerPanel](#drawer-panel)
+ - [DrawerCloseButton](#drawerclosebutton)
+ - [DrawerPanel](#drawerpanel)
👉 The animation effect of this component is dependent on the
`prefers-reduced-motion` media query.
@@ -15,7 +15,7 @@ The Drawer is a composition of several subcomponents:
```html
```
@@ -25,7 +25,7 @@ The `Drawer` component can be aligned to the left or right side of the screen us
```html
```
@@ -42,14 +42,8 @@ The `DrawerCloseButton` component is a button that closes the drawer when clicke
aria-controls="my-drawer-dialog"
aria-expanded="false"
>
-