Skip to content

Commit ce46afe

Browse files
committed
fix(sistent): remove the trailing space in content array
Signed-off-by: Naik Mubashir <naikmubashir095@gmail.com>
1 parent 9d3270d commit ce46afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SistentNavigation/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const content = [
6060
{ id: 40, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
6161
{ id: 41, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
6262
{ id: 42, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
63-
63+
6464
{ id: 43, link: "/projects/sistent/components/icons", text: "Icons" },
6565

6666
{ id: 44, link: "/projects/sistent/components/link", text: "Link" },

0 commit comments

Comments
 (0)