diff --git a/app/apple-icon.png b/app/apple-icon.png index 32bacc80..c61d9438 100644 Binary files a/app/apple-icon.png and b/app/apple-icon.png differ diff --git a/app/components/logo.tsx b/app/components/logo.tsx index 7d191e84..ce8f1a50 100644 --- a/app/components/logo.tsx +++ b/app/components/logo.tsx @@ -1,9 +1,17 @@ import { SquareChartGanttIcon } from 'lucide-react'; +import Image from 'next/image'; import type { FC } from 'react'; export const Logo: FC = () => (