Skip to content

Commit 1c2a363

Browse files
committed
feat: add news article to btcfi
1 parent 35f7741 commit 1c2a363

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
19.8 KB
Loading

apps/web/src/components/solutions/btcfi/News.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const News = ({ items }: NewsProps) => {
8989

9090
const col1 = items.slice(0, 1);
9191
const col2 = items.slice(1, 4);
92-
const col3 = items.slice(4, 6);
92+
const col3 = items.slice(4, 7);
9393

9494
return (
9595
<div className="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">

apps/web/src/data/solutions/btcfi.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,11 @@ export const LATEST_NEWS = (
242242
alt: t("btcfi.news.items.5.alt"),
243243
link: "https://x.com/yalaorg/status/1929192719408071081",
244244
},
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+
},
245252
];

0 commit comments

Comments
 (0)