used mdi icons instead of font awesome

This commit is contained in:
Jan Prochazka
2020-11-09 19:33:46 +01:00
parent 4bf797c27d
commit a7fcf1d3a3
25 changed files with 85 additions and 51 deletions

View File

@@ -294,7 +294,7 @@ function SourceName({ name }) {
<SourceNameWrapper>
<div>{name}</div>
<TrashWrapper onClick={handleDelete}>
<i className="fas fa-trash" />
<span className="mdi mdi-delete" />
</TrashWrapper>
</SourceNameWrapper>
);
@@ -352,7 +352,7 @@ export default function ImportExportConfigurator({ uploadedFile = undefined }) {
engine={sourceEngine}
/>
<ArrowWrapper>
<i className="fas fa-arrow-right" />
<span className="mdi mdi-arrow-right" />
</ArrowWrapper>
<SourceTargetConfig
direction="target"