diff --git a/docs/components/button.md b/docs/components/button.md
index f8234ef5d..aaed2a068 100644
--- a/docs/components/button.md
+++ b/docs/components/button.md
@@ -203,9 +203,9 @@ import { SlButton } from '@shoelace-style/shoelace/dist/react';
const App = () => (
<>
- Small
- Medium
- Large
+ Small
+ Medium
+ Large
>
);
```
diff --git a/docs/components/drawer.md b/docs/components/drawer.md
index ed196537c..9a1bfea3e 100644
--- a/docs/components/drawer.md
+++ b/docs/components/drawer.md
@@ -343,11 +343,13 @@ const App = () => {
return (
<>
setOpen(false)}>
-
+
Scroll down and give it a try! 👇
setOpen(false)}>
diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md
index dc6d10ac5..725448c50 100644
--- a/docs/getting-started/overview.md
+++ b/docs/getting-started/overview.md
@@ -9,7 +9,7 @@
- Fully customizable with CSS 🎨
- Includes a dark theme 🌛
- Built with accessibility in mind ♿️
-- First-party [React components](/frameworks/react)
+- First-class [React support](/frameworks/react)
- Open source 😸
Designed in New Hampshire by [Cory LaViska](https://twitter.com/claviska).