Skip to content

Commit

Permalink
feat: avatar component added content
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaishree2310 committed Feb 25, 2025
1 parent 5ccf230 commit 4fb6df4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sections/Projects/Sistent/components/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ const componentsData = [
url: "/projects/sistent/components/pagination",
src: "/pagination",
},
{
id: 15,
name: "Avatar",
description:
"Avatar component represents a user profile with an image or initials, commonly used in user interfaces for identification.",
url: "/projects/sistent/components/avatar",
src: "/avatar",
},
];

module.exports = { componentsData };

0 comments on commit 4fb6df4

Please sign in to comment.