Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/b58336f4c8e34924ba98b97c443d535127d333fb You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix case of LegendIconItem.css

pull/3072/head
Mark McDowall 6 years ago
parent 4665b4fb37
commit b58336f4c8

@ -1,7 +1,7 @@
import PropTypes from 'prop-types';
import React from 'react';
import Icon from 'Components/Icon';
import styles from './legendIconItem.css';
import styles from './LegendIconItem.css';
function LegendIconItem(props) {
const {

Loading…
Cancel
Save