Skip to content

Commit

Permalink
Removing merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: NishantSinghhhhh <[email protected]>
  • Loading branch information
NishantSinghhhhh committed Oct 30, 2024
1 parent 06abfd2 commit fe4c016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sections/Projects/Sistent/components/avatar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import Image from "../../../../../assets/images/avatar-images/avatar.png";
import Image1 from "../../../../../assets/images/avatar-images/avatar1.png";
import Image2 from "../../../../../assets/images/avatar-images/avatar2.png";

// removing merge conflicts

const SmallAvatar = styled(Avatar)(({ theme }) => ({
width: 22,
height: 22,
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Projects/Sistent/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const componentsData = [
url: "/projects/sistent/components/link",
},
{
id: 7,
id: 8,
name: "Avatar",
description:
"A Avatar is an interactive element that triggers a specific action takes users where they need to go, and points out what happens next in a given flow.",
Expand Down

0 comments on commit fe4c016

Please sign in to comment.