Skip to content

Commit

Permalink
update docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed May 24, 2023
1 parent 6e135fd commit 51628ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/UnderlineNav.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source: https://github.com/primer/react/tree/main/src/UnderlineNav
storybook: '/react/storybook/?path=/story/components-underlinenav--playground'
---

import data from '../../../src/UnderlineNav/UnderlineNav.docs.json'
import data from '../../src/UnderlineNav/UnderlineNav.docs.json'

```js
import {UnderlineNav} from '@primer/react'
Expand Down
2 changes: 1 addition & 1 deletion docs/content/deprecated/UnderlineNav.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: UnderlineNav (legacy)
status: Deprecated
---

import data from '../../src/deprecated/UnderlineNav/UnderlineNav.docs.json'
import data from '../../../src/deprecated/UnderlineNav/UnderlineNav.docs.json'

Use the UnderlineNav component to style navigation with a minimal underlined selected state, typically used for navigation placed at the top of the page.

Expand Down

0 comments on commit 51628ad

Please sign in to comment.