mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 10:32:34 +03:00
groups: fix broken image upload src
This commit is contained in:
parent
ceff9626c5
commit
42adb02b6b
@ -84,7 +84,7 @@ export class S3Upload extends Component {
|
||||
accept="image/*"
|
||||
onChange={this.onChange.bind(this)} />
|
||||
<img className="invert-d"
|
||||
src="/~groups/img/ImageUpload.png"
|
||||
src="/~landscape/img/ImageUpload.png"
|
||||
width="32"
|
||||
height="32"
|
||||
onClick={this.onClick.bind(this)} />
|
||||
|
Loading…
Reference in New Issue
Block a user