diff --git a/src/App.tsx b/src/App.tsx index 98af698..0e781a6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import ReclaimDemo from "./components/Reclaim"; -import { Shield } from "lucide-react"; +import { RiVerifiedBadgeFill } from "react-icons/ri"; function App() { return ( @@ -8,7 +8,7 @@ function App() { {/* Header */}