copy resources from their new locations

This commit is contained in:
Matthew Hodgson 2018-04-13 01:49:52 +01:00
parent d6931252c1
commit a46b718b4a
3 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ import React from 'react';
import PropTypes from 'prop-types';
const i = [1, 2, 3, 4, 5][Math.floor(Math.random() * 5)];
const DEFAULT_LOGO_URI = "img/logos/riot-im-logo-" + i + ".svg";
const DEFAULT_LOGO_URI = "themes/riot/img/logos/riot-im-logo-" + i + ".svg";
module.exports = React.createClass({
displayName: 'VectorLoginHeader',