Skip to content

Commit

Permalink
change default user icon
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Sep 24, 2023
1 parent 6797817 commit 52a92d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file removed public/avatar.png
Binary file not shown.
4 changes: 4 additions & 0 deletions public/icons/avatar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/message.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Message({ timeCreated, children }) {
<Link className="rounded-full overflow-hidden" href="/">
<Image
className="object-center object-cover"
src="/avatar.png"
src="/icons/avatar.svg"
width={38}
height={38}
alt="Picture of the author"
Expand Down

0 comments on commit 52a92d9

Please sign in to comment.