Skip to content

Commit

Permalink
Add claim instructions and rules to Claim component
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Dec 25, 2023
1 parent b61e3bf commit 01b94c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ export default function () {
return (
<div className="flex flex-col items-stetch gap-4">
<h2>NEW 😱 CLAIM $SPAM FOR FARCASTER ACTIVITY!</h2>
<ul>
<li>You get 5 $SPAM for every unique cast containing "$SPAM"</li>
<li>Casts that only contain the word $SPAM don't count</li>
<li>Every like on a cast increases the claim for the cast by 1%</li>
<li>So does every recast</li>
<li>Go use $SPAM in your casts!</li>
</ul>
<ConnectButton />
{isConnected && (
<>
Expand Down

0 comments on commit 01b94c5

Please sign in to comment.