File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import Link from "next/link" ;
23import { BigNumber } from "ethers" ;
34import { useAccount } from "wagmi" ;
45import { 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments