We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2763e commit cbe49edCopy full SHA for cbe49ed
src/content/docs/style-guide/components/feature.mdx
@@ -9,13 +9,13 @@ The header parameter supplies the feature name and the href parameter supplies t
9
```mdx
10
import { Feature } from "~/components"
11
12
-<Feature header="Astro" href="/style-guide/feature/">
+<Feature header="Astro" href="/style-guide/components/feature/">
13
Hello, world!
14
</Feature>
15
```
16
17
18
19
20
21
-</Feature>
+</Feature>
0 commit comments