Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/docs/components/checkbox/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function CheckboxPage() {
</div>
</div>
<div className="flex items-center justify-center min-h-[400px] relative">
<div className="flex items-center space-x-2">
<div className="flex items-center gap-4">
<Checkbox id="terms" />
<Label htmlFor="terms" className="text-xs">
Accept terms and conditions
Expand Down
2 changes: 1 addition & 1 deletion app/docs/components/label/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function LabelPage() {
<OpenInV0Button name="8bit-label" className="w-fit" />
</div>
</div>
<div className="flex items-center justify-center min-h-[400px] relative space-x-2">
<div className="flex items-center justify-center min-h-[400px] relative gap-4">
<Checkbox id="terms" />
<Label htmlFor="terms" className="text-xs">
Accept terms and conditions
Expand Down
9 changes: 0 additions & 9 deletions config/nav-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const components = [
{
title: "Accordion",
url: "/docs/components/accordion",
new: true,
},
{
title: "Alert",
Expand Down Expand Up @@ -59,7 +58,6 @@ const components = [
{
title: "Context Menu",
url: "/docs/components/context-menu",
new: true,
},
{
title: "Collapsible",
Expand All @@ -68,7 +66,6 @@ const components = [
{
title: "Date Picker",
url: "/docs/components/date-picker",
new: true,
},
{
title: "Dialog",
Expand All @@ -77,7 +74,6 @@ const components = [
{
title: "Drawer",
url: "/docs/components/drawer",
new: true,
},
{
title: "Dropdown Menu",
Expand All @@ -98,7 +94,6 @@ const components = [
{
title: "Navigation Menu",
url: "/docs/components/navigation-menu",
new: true,
},
{
title: "Scroll Area",
Expand All @@ -115,7 +110,6 @@ const components = [
{
title: "Sidebar",
url: "/docs/components/sidebar",
new: true,
},
{
title: "Skeleton",
Expand All @@ -124,7 +118,6 @@ const components = [
{
title: "Slider",
url: "/docs/components/slider",
new: true,
},
{
title: "Label",
Expand All @@ -133,7 +126,6 @@ const components = [
{
title: "Menubar",
url: "/docs/components/menubar",
new: true,
},
{
title: "Pagination",
Expand Down Expand Up @@ -178,7 +170,6 @@ const components = [
{
title: "Toast",
url: "/docs/components/toast",
new: true,
},
{
title: "Toggle",
Expand Down