mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
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:
parent
c63e92e47f
commit
63de77ccdd
8 changed files with 11 additions and 11 deletions
|
@ -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'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue