Skip to content

Commit

Permalink
changed shield -> verify
Browse files Browse the repository at this point in the history
  • Loading branch information
4rjunc committed Oct 27, 2024
1 parent c2708f9 commit 83825fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ReclaimDemo from "./components/Reclaim";
import { Shield } from "lucide-react";
import { RiVerifiedBadgeFill } from "react-icons/ri";

function App() {
return (
Expand All @@ -8,7 +8,7 @@ function App() {
{/* Header */}
<div className="text-center mb-12">
<div className="flex items-center justify-center gap-3 mb-4">
<Shield className="w-10 h-10 text-blue-600" />
<RiVerifiedBadgeFill className="w-10 h-10 text-blue-600" />
<h1 className="text-4xl font-bold text-gray-900">HandleCheck</h1>
</div>
<p className="text-gray-600 text-lg max-w-2xl mx-auto">
Expand Down

0 comments on commit 83825fa

Please sign in to comment.