diff --git a/app/core/layouts/layout/footer.tsx b/app/core/layouts/layout/footer.tsx index 8069eab..611c649 100644 --- a/app/core/layouts/layout/footer.tsx +++ b/app/core/layouts/layout/footer.tsx @@ -7,47 +7,33 @@ import { faComments as fasComments, faCog as fasCog, } from "@fortawesome/pro-solid-svg-icons"; -import { - faPhoneAlt as farPhone, - faTh as farTh, - faComments as farComments, - faCog as farCog, -} from "@fortawesome/pro-regular-svg-icons"; +import clsx from "clsx"; export default function Footer() { return ( -