Browse Source

Deleting the second design of the avatar

AlexiCauvin 6 years ago
parent
commit
7615e5fc6a
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/component/Timeline.jsx

+ 2 - 3
src/component/Timeline.jsx View File

@@ -1,7 +1,6 @@
1 1
 import React from 'react'
2 2
 import classnames from 'classnames'
3 3
 import imgProfil from '../img/imgProfil.png'
4
-import imgProfilReverse from '../img/imgProfil-reverse.png'
5 4
 
6 5
 const Timeline = props => {
7 6
   return (
@@ -28,7 +27,7 @@ const Timeline = props => {
28 27
 
29 28
         <li className={classnames(`${props.customClass}__messagelist__item`, 'timeline__messagelist__item received')}>
30 29
           <div className={classnames(`${props.customClass}__messagelist__item__avatar`, 'timeline__messagelist__item__avatar')}>
31
-            <img src={imgProfilReverse} alt='avatar' />
30
+            <img src={imgProfil} alt='avatar' />
32 31
           </div>
33 32
           <div
34 33
             className={classnames(`${props.customClass}__messagelist__item__createhour`, 'timeline__messagelist__item__createhour')}>
@@ -70,7 +69,7 @@ const Timeline = props => {
70 69
 
71 70
         <li className={classnames(`${props.customClass}__messagelist__item`, 'timeline__messagelist__item received')}>
72 71
           <div className={classnames(`${props.customClass}__messagelist__item__avatar`, 'timeline__messagelist__item__avatar')}>
73
-            <img src={imgProfilReverse} alt='avatar' />
72
+            <img src={imgProfil} alt='avatar' />
74 73
           </div>
75 74
           <div
76 75
             className={classnames(`${props.customClass}__messagelist__item__createhour`, 'timeline__messagelist__item__createhour')}>