Skip to content

Commit afff458

Browse files
committed
docs: update
1 parent 862ee49 commit afff458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/sidebar.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const sidebar: Record<"docs", SidebarItem[]> = {
9898
beta: true,
9999
},
100100
{ type: "doc", label: "Listbox", id: "listbox" },
101-
{ type: "doc", label: "Marquee", id: "marquee", beta: true },
101+
{ type: "doc", label: "Marquee", id: "marquee" },
102102
{ type: "doc", label: "Menu", id: "menu" },
103103
{ type: "doc", label: "Context Menu", id: "context-menu" },
104104
{
@@ -132,7 +132,7 @@ const sidebar: Record<"docs", SidebarItem[]> = {
132132
{ type: "doc", label: "Radio Group", id: "radio-group" },
133133
{ type: "doc", label: "Range Slider", id: "range-slider" },
134134
{ type: "doc", label: "Rating Group", id: "rating-group" },
135-
{ type: "doc", label: "Scroll Area", id: "scroll-area", beta: true },
135+
{ type: "doc", label: "Scroll Area", id: "scroll-area" },
136136
{ type: "doc", label: "Segmented Control", id: "segmented-control" },
137137
{ type: "doc", label: "Select", id: "select" },
138138
{ type: "doc", label: "Signature Pad", id: "signature-pad" },

0 commit comments

Comments
 (0)