Skip to content

Commit 61e1faf

Browse files
committed
refactor: remove new badges from nav items
1 parent 22c1897 commit 61e1faf

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

app/docs/components/checkbox/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function CheckboxPage() {
4545
</div>
4646
</div>
4747
<div className="flex items-center justify-center min-h-[400px] relative">
48-
<div className="flex items-center space-x-2">
48+
<div className="flex items-center gap-4">
4949
<Checkbox id="terms" />
5050
<Label htmlFor="terms" className="text-xs">
5151
Accept terms and conditions

app/docs/components/label/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function LabelPage() {
4444
<OpenInV0Button name="8bit-label" className="w-fit" />
4545
</div>
4646
</div>
47-
<div className="flex items-center justify-center min-h-[400px] relative space-x-2">
47+
<div className="flex items-center justify-center min-h-[400px] relative gap-4">
4848
<Checkbox id="terms" />
4949
<Label htmlFor="terms" className="text-xs">
5050
Accept terms and conditions

config/nav-items.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const components = [
22
{
33
title: "Accordion",
44
url: "/docs/components/accordion",
5-
new: true,
65
},
76
{
87
title: "Alert",
@@ -59,7 +58,6 @@ const components = [
5958
{
6059
title: "Context Menu",
6160
url: "/docs/components/context-menu",
62-
new: true,
6361
},
6462
{
6563
title: "Collapsible",
@@ -68,7 +66,6 @@ const components = [
6866
{
6967
title: "Date Picker",
7068
url: "/docs/components/date-picker",
71-
new: true,
7269
},
7370
{
7471
title: "Dialog",
@@ -77,7 +74,6 @@ const components = [
7774
{
7875
title: "Drawer",
7976
url: "/docs/components/drawer",
80-
new: true,
8177
},
8278
{
8379
title: "Dropdown Menu",
@@ -98,7 +94,6 @@ const components = [
9894
{
9995
title: "Navigation Menu",
10096
url: "/docs/components/navigation-menu",
101-
new: true,
10297
},
10398
{
10499
title: "Scroll Area",
@@ -115,7 +110,6 @@ const components = [
115110
{
116111
title: "Sidebar",
117112
url: "/docs/components/sidebar",
118-
new: true,
119113
},
120114
{
121115
title: "Skeleton",
@@ -124,7 +118,6 @@ const components = [
124118
{
125119
title: "Slider",
126120
url: "/docs/components/slider",
127-
new: true,
128121
},
129122
{
130123
title: "Label",
@@ -133,7 +126,6 @@ const components = [
133126
{
134127
title: "Menubar",
135128
url: "/docs/components/menubar",
136-
new: true,
137129
},
138130
{
139131
title: "Pagination",
@@ -178,7 +170,6 @@ const components = [
178170
{
179171
title: "Toast",
180172
url: "/docs/components/toast",
181-
new: true,
182173
},
183174
{
184175
title: "Toggle",

0 commit comments

Comments
 (0)