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