Skip to content

Commit 4e46b50

Browse files
committed
Tweak copy. Add in "Recent contributions" too
1 parent 3c89b49 commit 4e46b50

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/nextjs/components/StreamContractInfo.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ export const StreamContractInfo = () => {
5656
</label>
5757
</div>
5858
)}
59-
<p>
60-
Note: Streams have mostly migrated to{" "}
59+
<p className="text-sm italic">
60+
Note: Most streams for core contributors have been migrated to{" "}
6161
<Link href="https://llamapay.io/" className="link link-primary" target="_blank">
6262
LlamaPay
6363
</Link>{" "}
64-
for more flexible payment options.
64+
for more stable payments.
6565
</p>
6666
</div>
6767
<div className="mt-8">

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)