fixed avatar url as we moved it in the reuse pr

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-11-25 10:17:19 +01:00 committed by Philip Molares
parent c63e92e47f
commit 63de77ccdd
8 changed files with 11 additions and 11 deletions

View file

@ -45,12 +45,12 @@ export const DocumentInfobar: React.FC<DocumentInfobarProps> = ({
mode={DocumentInfoLineWithTimeMode.CREATED}
time={ DateTime.fromSeconds(createdTime) }
userName={createdAuthor}
profileImageSrc={'/avatar.png'}/>
profileImageSrc={'/img/avatar.png'}/>
<DocumentInfoTimeLine
mode={DocumentInfoLineWithTimeMode.EDITED}
time={ DateTime.fromSeconds(changedTime) }
userName={changedAuthor}
profileImageSrc={'/avatar.png'}/>
profileImageSrc={'/img/avatar.png'}/>
<hr/>
</div>
<span className={'ml-auto'}>