Skip to content

Commit

Permalink
update underlinenav docs (#4274)
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Feb 20, 2024
1 parent c7c3b88 commit 394927c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/content/UnderlineNav.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: UnderlineNav
componentId: underline_nav
status: Alpha
status: Beta
a11yReviewed: true
description: Use an underlined nav to allow tab like navigation with overflow behaviour in your UI.
source: https://github.com/primer/react/tree/main/packages/react/src/UnderlineNav
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 @@ -16,7 +16,7 @@ Use [the new version of UnderlineNav](/components/react/underline-nav/latest) wi

## Examples

```jsx live
```jsx live deprecated
<UnderlineNav aria-label="Main">
<UnderlineNav.Link href="#home" selected>
Home
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/UnderlineNav/UnderlineNav.docs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "drafts_underline_nav2",
"id": "underline_nav",
"name": "UnderlineNav",
"status": "draft",
"status": "beta",
"a11yReviewed": true,
"stories": [],
"props": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "underline_nav",
"id": "legacy_underline_nav",
"name": "UnderlineNav",
"status": "alpha",
"status": "deprecated",
"a11yReviewed": false,
"stories": [],
"props": [
Expand Down

0 comments on commit 394927c

Please sign in to comment.