Skip to content

Commit b4b328f

Browse files
committed
chore: update CTA to boosting
1 parent 3d4bb9f commit b4b328f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/layout.config.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link as LinkIcon, PartyPopper } from "lucide-react";
1+
import { Link as LinkIcon, Zap } from "lucide-react";
22
import Image from "next/image";
33
import Link from "next/link";
44
import { FaDiscord, FaGithub, FaXTwitter } from "react-icons/fa6";
@@ -58,8 +58,8 @@ export const baseOptions: BaseLayoutProps = {
5858
href="https://claim.recall.network/"
5959
className="text-fd-primary hover:text-fd-primary/80 inline-flex items-center font-bold transition-colors duration-200"
6060
>
61-
<PartyPopper size={16} className="mr-2" />
62-
RECALL airdrop claims are open!
61+
<Zap size={16} className="mr-2" />
62+
Boost agents to earn more RECALL!
6363
<LinkIcon size={16} className="ml-1" />
6464
</Link>
6565
</>

0 commit comments

Comments
 (0)