mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 22:15:12 -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
|
@ -114,7 +114,7 @@ export const PermissionModal: React.FC<PermissionsModalProps> = ({ show, onChang
|
|||
const addUser = (name: Principal['name']) => {
|
||||
setUserList(list => list.concat({
|
||||
id: name,
|
||||
photo: '/avatar.png',
|
||||
photo: '/img/avatar.png',
|
||||
name: name,
|
||||
canEdit: false
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue