Skip to content

Commit 1dd2568

Browse files
content.js
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 3a6c722 commit 1dd2568

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • src/sections/Projects/Sistent/components

src/sections/Projects/Sistent/components/content.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@ const componentsData = [
173173
url: "/projects/sistent/components/avatar-group",
174174
src: "/avatar-group",
175175
},
176+
{
177+
id: 23,
178+
name: "Badge",
179+
description: "A badge is a small component that displays a number or status indicator, often used to show notifications or messages.",
180+
url: "/projects/sistent/components/badge",
181+
src: "/badge",
182+
}
176183
];
177184

178185
module.exports = { componentsData };

0 commit comments

Comments
 (0)