From 74a48299abe6bd25590afded7c1a19f534305042 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Mar 2026 19:56:30 +0100 Subject: [PATCH] fix: replace lucide-react with phosphor-icons in FAQ component --- components/marketing/FAQ.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/marketing/FAQ.tsx b/components/marketing/FAQ.tsx index 9eb7585..8707531 100644 --- a/components/marketing/FAQ.tsx +++ b/components/marketing/FAQ.tsx @@ -2,7 +2,7 @@ import React, { useState } from 'react'; import { AnimatePresence, motion } from 'framer-motion'; -import { Plus } from 'lucide-react'; +import { Plus } from '@phosphor-icons/react'; import { cn } from '@/lib/utils'; interface FAQItem {