File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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" >
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