Skip to content

Commit

Permalink
delete unnecessary duplicate and replace it
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 21, 2024
1 parent 3c82b92 commit 5792da2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed docs/public/static/images/avatar/3-sm.jpeg
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/components/showcase/NotificationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function NotificationCard() {
>
<Avatar
slotProps={{ img: { 'aria-labelledby': 'demo-notification-card-messenger-name' } }}
src="/static/images/avatar/3-sm.jpeg"
src="/static/images/avatar/3.jpg"
sx={{ width: 40, height: 40 }}
/>
</Box>
Expand Down

0 comments on commit 5792da2

Please sign in to comment.