From 5bcdf9a5ac9ed3fb773e431234748e4949134150 Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Sun, 15 Mar 2026 23:17:54 +0000 Subject: [PATCH] Changed the tasks icon to the thin version --- src/modules/frame/components/LeftMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/frame/components/LeftMenu.tsx b/src/modules/frame/components/LeftMenu.tsx index 1489b2a..4e89b0c 100644 --- a/src/modules/frame/components/LeftMenu.tsx +++ b/src/modules/frame/components/LeftMenu.tsx @@ -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);