File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
public/src/img/solutions/btcfi
components/solutions/btcfi Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export const News = ({ items }: NewsProps) => {
89
89
90
90
const col1 = items . slice ( 0 , 1 ) ;
91
91
const col2 = items . slice ( 1 , 4 ) ;
92
- const col3 = items . slice ( 4 , 6 ) ;
92
+ const col3 = items . slice ( 4 , 7 ) ;
93
93
94
94
return (
95
95
< div className = "max-w-6xl mx-auto px-4 sm:px-6 lg:px-8" >
Original file line number Diff line number Diff line change @@ -242,4 +242,11 @@ export const LATEST_NEWS = (
242
242
alt : t ( "btcfi.news.items.5.alt" ) ,
243
243
link : "https://x.com/yalaorg/status/1929192719408071081" ,
244
244
} ,
245
+ {
246
+ id : "6" ,
247
+ title : "Yield-bearing Bitcoin, now available natively on Solana." ,
248
+ image : "/src/img/solutions/btcfi/news7.webp" ,
249
+ alt : "Yield-bearing Bitcoin, now available natively on Solana." ,
250
+ link : "https://x.com/Lombard_Finance/status/1961067315958788176" ,
251
+ } ,
245
252
] ;
You can’t perform that action at this time.
0 commit comments