From 6ec6648221ad3021463d26179734f2490e41baf6 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 5 Feb 2024 14:28:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20typo:=20Flame=20!=3D=3D=20?= =?UTF-8?q?Frame?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/www/src/components/icons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/components/icons.tsx b/apps/www/src/components/icons.tsx index 66c88db3..2cc33cd6 100644 --- a/apps/www/src/components/icons.tsx +++ b/apps/www/src/components/icons.tsx @@ -2,7 +2,7 @@ import { forwardRef } from 'react' import type { LucideIcon, LucideProps } from 'lucide-react' -export { Frame as Logo } from 'lucide-react' +export { Flame as Logo } from 'lucide-react' export { X as Close } from 'lucide-react' export { Loader2 as Spinner } from 'lucide-react' export { ChevronLeft } from 'lucide-react'