mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
absolute path thinko
This commit is contained in:
parent
2d25414b57
commit
202c155788
@ -44,7 +44,7 @@ module.exports = React.createClass({
|
||||
var caller = MatrixClientPeg.get().getRoom(this.state.incomingCall.roomId).name;
|
||||
return (
|
||||
<div className="mx_IncomingCallBox">
|
||||
<img className="mx_IncomingCallBox_chevron" src="/img/chevron-left.png" width="9" height="16" />
|
||||
<img className="mx_IncomingCallBox_chevron" src="img/chevron-left.png" width="9" height="16" />
|
||||
<audio ref="ringAudio" loop>
|
||||
<source src="media/ring.ogg" type="audio/ogg" />
|
||||
<source src="media/ring.mp3" type="audio/mpeg" />
|
||||
|
@ -156,7 +156,7 @@ module.exports = React.createClass({
|
||||
<div className="mx_Login">
|
||||
<div className="mx_Login_box">
|
||||
<div className="mx_Login_logo">
|
||||
<img src="/img/logo.png" width="249" height="76" alt="vector"/>
|
||||
<img src="img/logo.png" width="249" height="76" alt="vector"/>
|
||||
</div>
|
||||
{this.loginContent()}
|
||||
</div>
|
||||
|
@ -182,7 +182,7 @@ module.exports = React.createClass({
|
||||
<div className="mx_Login">
|
||||
<div className="mx_Login_box">
|
||||
<div className="mx_Login_logo">
|
||||
<img src="/img/logo.png" width="249" height="76" alt="vector"/>
|
||||
<img src="img/logo.png" width="249" height="76" alt="vector"/>
|
||||
</div>
|
||||
{this.registerContent()}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user