We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593677c commit 6378f34Copy full SHA for 6378f34
app/layout.config.tsx
@@ -1,4 +1,4 @@
1
-import { Link as LinkIcon, PartyPopper } from "lucide-react";
+import { Link as LinkIcon, Zap } from "lucide-react";
2
import Image from "next/image";
3
import Link from "next/link";
4
import { FaDiscord, FaGithub, FaXTwitter } from "react-icons/fa6";
@@ -58,8 +58,8 @@ export const baseOptions: BaseLayoutProps = {
58
href="https://claim.recall.network/"
59
className="text-fd-primary hover:text-fd-primary/80 inline-flex items-center font-bold transition-colors duration-200"
60
>
61
- <PartyPopper size={16} className="mr-2" />
62
- RECALL airdrop claims are open!
+ <Zap size={16} className="mr-2" />
+ Boost agents to earn more RECALL!
63
<LinkIcon size={16} className="ml-1" />
64
</Link>
65
</>
0 commit comments