mirror of
https://github.com/stashapp/stash.git
synced 2026-04-27 17:31:19 +02:00
remove extra icon added to button
This commit is contained in:
parent
fc20363ed1
commit
151a0323c8
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ export const SettingsTasksPanel: FunctionComponent<IProps> = (props: IProps) =>
|
|||
labelFor="clean"
|
||||
inline={true}
|
||||
>
|
||||
<Button id="clean" text="Clean" icon="warning-sign" intent="danger" onClick={() => setIsCleanAlertOpen(true)} />
|
||||
<Button id="clean" text="Clean" intent="danger" onClick={() => setIsCleanAlertOpen(true)} />
|
||||
</FormGroup>
|
||||
<Divider />
|
||||
|
||||
|
|
@ -124,7 +124,7 @@ export const SettingsTasksPanel: FunctionComponent<IProps> = (props: IProps) =>
|
|||
labelFor="import"
|
||||
inline={true}
|
||||
>
|
||||
<Button id="import" text="Import" icon="warning-sign" intent="danger" onClick={() => setIsImportAlertOpen(true)} />
|
||||
<Button id="import" text="Import" intent="danger" onClick={() => setIsImportAlertOpen(true)} />
|
||||
</FormGroup>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue