mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fix case of LegendIconItem.css
This commit is contained in:
parent
4665b4fb37
commit
b58336f4c8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue