Changed the tasks icon to the thin version

This commit is contained in:
Colin Dawson 2026-03-15 23:17:54 +00:00
parent 74c105a42e
commit 5bcdf9a5ac

View File

@ -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);