Skip to content

Commit 5edf596

Browse files
rin-stcarletex
andauthored
feat: llamapay note (#24)
* feat: llamapay note * Tweak copy. Add in "Recent contributions" too --------- Co-authored-by: Carlos Sánchez <oceanrdn@gmail.com>
1 parent b5b263b commit 5edf596

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

packages/nextjs/components/StreamContractInfo.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from "react";
2+
import Link from "next/link";
23
import { BigNumber } from "ethers";
34
import { useAccount } from "wagmi";
45
import { BanknotesIcon, QuestionMarkCircleIcon } from "@heroicons/react/24/outline";
@@ -55,6 +56,13 @@ export const StreamContractInfo = () => {
5556
</label>
5657
</div>
5758
)}
59+
<p className="text-sm italic">
60+
Note: Most streams for core contributors have been migrated to{" "}
61+
<Link href="https://llamapay.io/" className="link link-primary" target="_blank">
62+
LlamaPay
63+
</Link>{" "}
64+
for more stable payments.
65+
</p>
5866
</div>
5967
<div className="mt-8">
6068
<p className="font-bold mb-2 text-secondary">Owner</p>

packages/nextjs/pages/projects.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@ const Projects: NextPage = () => {
180180
<h2 className="font-bold mb-2 text-xl text-secondary" ref={topRef}>
181181
Recent Contributions
182182
</h2>
183+
<p className="text-sm italic">
184+
Note: Most streams for core contributors have been migrated to{" "}
185+
<Link href="https://llamapay.io/" className="link link-primary" target="_blank">
186+
LlamaPay
187+
</Link>{" "}
188+
for more stable payments.
189+
</p>
183190
{isWithdrawEventsLoading ? (
184191
<div className="m-10">
185192
<div className="text-5xl animate-bounce mb-2">👾</div>

0 commit comments

Comments
 (0)