Changed the tasks icon to the thin version
This commit is contained in:
parent
74c105a42e
commit
5bcdf9a5ac
@ -6,12 +6,12 @@ import {
|
||||
faCogs,
|
||||
faHome,
|
||||
faPrint,
|
||||
faListCheck,
|
||||
} from "@fortawesome/pro-thin-svg-icons";
|
||||
import LeftMenuItem from "./LeftMenuItem";
|
||||
import LeftMenuSubMenu from "./LeftMenuSubMenu";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { Namespaces } from "../../../i18n/i18n";
|
||||
import { faListCheck } from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
const LeftMenu: React.FC = () => {
|
||||
const { t } = useTranslation(Namespaces.Common);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user