diff --git a/public/avatar.png b/public/avatar.png deleted file mode 100644 index 10e83ca..0000000 Binary files a/public/avatar.png and /dev/null differ diff --git a/public/icons/avatar.svg b/public/icons/avatar.svg new file mode 100644 index 0000000..fd7f2c9 --- /dev/null +++ b/public/icons/avatar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/components/message.jsx b/src/components/message.jsx index 1b7497d..27a22dd 100644 --- a/src/components/message.jsx +++ b/src/components/message.jsx @@ -7,7 +7,7 @@ export default function Message({ timeCreated, children }) {