mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(ui): update settings icon
This commit is contained in:
committed by
Łukasz Mierzwa
parent
92df5c09c6
commit
a5848757ab
@@ -1,7 +1,7 @@
|
||||
import React, { FC, useState, useCallback } from "react";
|
||||
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||
import { faCog } from "@fortawesome/free-solid-svg-icons/faCog";
|
||||
import { faSlidersH } from "@fortawesome/free-solid-svg-icons/faSlidersH";
|
||||
import { faSpinner } from "@fortawesome/free-solid-svg-icons/faSpinner";
|
||||
|
||||
import { AlertStore } from "Stores/AlertStore";
|
||||
@@ -37,7 +37,7 @@ const MainModal: FC<{
|
||||
className="nav-link cursor-pointer"
|
||||
onClick={toggle}
|
||||
>
|
||||
<FontAwesomeIcon icon={faCog} fixedWidth />
|
||||
<FontAwesomeIcon icon={faSlidersH} fixedWidth />
|
||||
</span>
|
||||
</TooltipWrapper>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user