mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Update to FontAwesome5
This commit is contained in:
parent
b0238c1af4
commit
afc4aeb25f
23 changed files with 258 additions and 5138 deletions
|
@ -1,6 +1,6 @@
|
|||
import PropTypes from 'prop-types';
|
||||
import React, { Component } from 'react';
|
||||
import { kinds, sizes } from 'Helpers/Props';
|
||||
import { icons, kinds, sizes } from 'Helpers/Props';
|
||||
import Button from 'Components/Link/Button';
|
||||
import FieldSet from 'Components/FieldSet';
|
||||
import Icon from 'Components/Icon';
|
||||
|
@ -137,7 +137,7 @@ class ImportArtistSelectFolder extends Component {
|
|||
>
|
||||
<Icon
|
||||
className={styles.importButtonIcon}
|
||||
name="fa fa-hdd-o"
|
||||
name={icons.DRIVE}
|
||||
/>
|
||||
Choose another folder
|
||||
</Button>
|
||||
|
@ -151,7 +151,7 @@ class ImportArtistSelectFolder extends Component {
|
|||
>
|
||||
<Icon
|
||||
className={styles.importButtonIcon}
|
||||
name="fa fa-hdd-o"
|
||||
name={icons.DRIVE}
|
||||
/>
|
||||
Start Import
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue