mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 16:58:51 -06:00
web: Minor changes to icons
This commit is contained in:
@@ -9,7 +9,7 @@ import SiteHeaderButton from "../Common/Buttons/SiteHeaderButton";
|
||||
import { useRef } from "react";
|
||||
import FileUploadElement from "../Common/Buttons/FileUploadElement";
|
||||
import { UnitCommitmentScenario } from "../../core/Data/types";
|
||||
import { faDownload, faGear, faRotateLeft, faRotateRight, faTrash, faUpload } from "@fortawesome/free-solid-svg-icons";
|
||||
import { faDownload, faRotateLeft, faRotateRight, faTrash, faUpload } from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
interface HeaderProps {
|
||||
onClear: () => void;
|
||||
@@ -63,7 +63,6 @@ function Header(props: HeaderProps) {
|
||||
<SiteHeaderButton
|
||||
title="Solve"
|
||||
variant="primary"
|
||||
icon={faGear}
|
||||
onClick={props.onSolve}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user