mirror of
https://github.com/urbit/shrub.git
synced 2025-01-06 13:14:01 +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/*"
|
accept="image/*"
|
||||||
onChange={this.onChange.bind(this)} />
|
onChange={this.onChange.bind(this)} />
|
||||||
<img className="invert-d"
|
<img className="invert-d"
|
||||||
src="/~groups/img/ImageUpload.png"
|
src="/~landscape/img/ImageUpload.png"
|
||||||
width="32"
|
width="32"
|
||||||
height="32"
|
height="32"
|
||||||
onClick={this.onClick.bind(this)} />
|
onClick={this.onClick.bind(this)} />
|
||||||
|
Loading…
Reference in New Issue
Block a user