We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c58619 commit 7769f9bCopy full SHA for 7769f9b
packages/docs/src/nav.tsx
@@ -108,10 +108,6 @@ const nav = [
108
/>
109
),
110
items: [
111
- // {
112
- // name: 'Overview',
113
- // to: '/forms/overview/',
114
- // },
115
{
116
name: 'Checkbox',
117
to: '/forms/checkbox/',
@@ -144,14 +140,6 @@ const nav = [
144
140
name: 'Textarea',
145
141
to: '/forms/textarea/',
146
142
},
147
148
- // name: 'Form Control',
149
- // to: '/forms/form-control/',
150
151
152
- // name: 'Checks & Radios',
153
- // to: '/forms/checks-radios/',
154
155
143
156
name: 'Floating Labels',
157
to: '/forms/floating-labels/',
0 commit comments