Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-cb committed Oct 25, 2024
1 parent 38e21e0 commit 8f0a5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blockleads/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function BlockLeads() {
<h2 className="text-3xl font-semibold text-gray-800 mb-6">How it works</h2>
<ol className="list-decimal list-inside space-y-4 text-gray-700">
<li className="text-lg">User enters name, email, and wallet address (currently configured to support Base).</li>
<li className="text-lg">User clicks on "Claim USDC"</li>
<li className="text-lg">User clicks on `Claim USDC`</li>
<li className="text-lg">User instantly receives $0.25 reward of USDC on Base Sepolia (testnet) into the wallet address provided.</li>
</ol>
<p className="mt-6 text-sm font-light text-gray-600">
Expand Down

0 comments on commit 8f0a5f5

Please sign in to comment.