Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BobHasNoSoul authored May 17, 2024
1 parent 628592a commit 9fac74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ put the avatars dir into the web root

and now we need to edit the profile tab to enable the button :D

`sudo nano user-userprofile.*.chunk.js`
sudo nano user-userprofile.*.chunk.js

now find the following string:

`(0,a.jsx)(u.A,{type:"button",id:"btnDeleteImage",className:"raised hide",title:"DeleteImage"}),`
(0,a.jsx)(u.A,{type:"button",id:"btnDeleteImage",className:"raised hide",title:"DeleteImage"})

replace it with
````
Expand Down

0 comments on commit 9fac74f

Please sign in to comment.