fix: replace lucide-react with phosphor-icons in FAQ component

This commit is contained in:
Usman Baig
2026-03-21 19:56:30 +01:00
parent 1e4bb34513
commit 74a48299ab

View File

@@ -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 {