This commit is contained in:
David Baker 2019-03-05 16:20:18 +00:00
parent d888445ec7
commit dc0eff38fd
3 changed files with 3 additions and 3 deletions

View file

@ -831,7 +831,7 @@ export default React.createClass({
<a href={hostingSignupLink} target="_blank" rel="noopener">
<img src={require("../../../res/img/external-link.svg")} width="11" height="10" alt='' />
</a>
</div>
</div>;
}
const changeDelayWarning = this.state.editing && this.state.isUserPrivileged ?

View file

@ -66,7 +66,7 @@ export class TopLeftMenu extends React.Component {
<a href={hostingSignupLink} target="_blank" rel="noopener">
<img src={require("../../../../res/img/external-link.svg")} width="11" height="10" alt='' />
</a>
</div>
</div>;
}
let homePageSection = null;

View file

@ -144,7 +144,7 @@ export default class ProfileSettings extends React.Component {
<a href={hostingSignupLink} target="_blank" rel="noopener">
<img src={require("../../../../res/img/external-link.svg")} width="11" height="10" alt='' />
</a>
</span>
</span>;
}
return (