Skip to content

Commit 7aa1a8c

Browse files
committed
Add Toggle Button to sistent navigation
Signed-off-by: Rishi Raj <rishiraj438gt@gmail.com>
1 parent 63ea8dd commit 7aa1a8c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/components/SistentNavigation/content.js

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,15 @@ export const content = [
149149
{ id: 110, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
150150
{ id: 111, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
151151

152-
{ id: 112, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
153-
{ id: 113, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
154-
{ id: 114, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
152+
{ id: 112, link: "/projects/sistent/components/toggle-button", text: "Toggle Button" },
153+
{ id: 113, link: "/projects/sistent/components/toggle-button/guidance", text: "Toggle Button" },
154+
{ id: 114, link: "/projects/sistent/components/toggle-button/code", text: "Toggle Button" },
155155

156-
{ id: 115, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
157-
{ id: 116, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
158-
{ id: 117, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
156+
{ id: 115, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
157+
{ id: 116, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
158+
{ id: 117, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
159+
160+
{ id: 118, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
161+
{ id: 119, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
162+
{ id: 120, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
159163
];

0 commit comments

Comments
 (0)