Skip to content

Commit 48e4257

Browse files
sistent navigation
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 92ef43b commit 48e4257

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,29 +95,33 @@ export const content = [
9595
{ id: 66, link: "/projects/sistent/components/select/guidance", text: "Select" },
9696
{ id: 67, link: "/projects/sistent/components/select/code", text: "Select" },
9797

98-
{ id: 68, link: "/projects/sistent/components/switch", text: "Switch" },
99-
{ id: 69, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
100-
{ id: 70, link: "/projects/sistent/components/switch/code", text: "Switch" },
98+
{ id: 68, link: "/projects/sistent/components/stepper", text: "Stepper" },
99+
{ id: 69, link: "/projects/sistent/components/stepper/guidance", text: "Stepper" },
100+
{ id: 70, link: "/projects/sistent/components/stepper/code", text: "Stepper" },
101101

102-
{ id: 71, link: "/projects/sistent/components/tabs", text: "Tabs" },
103-
{ id: 72, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
104-
{ id: 73, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
102+
{ id: 71, link: "/projects/sistent/components/switch", text: "Switch" },
103+
{ id: 72, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
104+
{ id: 73, link: "/projects/sistent/components/switch/code", text: "Switch" },
105105

106-
{ id: 74, link: "/projects/sistent/components/text-field", text: "Text Field" },
107-
{ id: 75, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
108-
{ id: 76, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
106+
{ id: 74, link: "/projects/sistent/components/tabs", text: "Tabs" },
107+
{ id: 75, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
108+
{ id: 76, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
109109

110-
{ id: 77, link: "/projects/sistent/components/text-input", text: "Text Input" },
111-
{ id: 78, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
112-
{ id: 79, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
110+
{ id: 77, link: "/projects/sistent/components/text-field", text: "Text Field" },
111+
{ id: 78, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
112+
{ id: 79, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
113113

114-
{ id: 80, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
115-
{ id: 81, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
116-
{ id: 82, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
114+
{ id: 80, link: "/projects/sistent/components/text-input", text: "Text Input" },
115+
{ id: 81, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
116+
{ id: 82, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
117117

118-
{ id: 83, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
119-
{ id: 84, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
120-
{ id: 85, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
118+
{ id: 83, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
119+
{ id: 84, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
120+
{ id: 85, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
121+
122+
{ id: 86, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
123+
{ id: 87, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
124+
{ id: 88, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
121125

122126

123127

0 commit comments

Comments
 (0)