Skip to content

Commit cbe49ed

Browse files
authored
Update feature.mdx
1 parent 0f2763e commit cbe49ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/style-guide/components/feature.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ The header parameter supplies the feature name and the href parameter supplies t
99
```mdx
1010
import { Feature } from "~/components"
1111

12-
<Feature header="Astro" href="/style-guide/feature/">
12+
<Feature header="Astro" href="/style-guide/components/feature/">
1313
Hello, world!
1414
</Feature>
1515
```
1616

1717
import { Feature } from "~/components"
1818

19-
<Feature header="Astro" href="/style-guide/feature/">
19+
<Feature header="Astro" href="/style-guide/components/feature/">
2020
Hello, world!
21-
</Feature>
21+
</Feature>

0 commit comments

Comments
 (0)