Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 4a2b889

Browse files
authored
Merge pull request #706 from aibtcdev/biwasxyz-patch-1
Update
2 parents 6499f83 + f3b5032 commit 4a2b889

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/app/application-layout.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,13 @@ export default function ApplicationLayout({
254254

255255
{/* Right Section - Navigation Links, BTC Balance Dropdown & Auth Button */}
256256
<div className="flex items-center gap-6 relative z-10 justify-end">
257-
<Link
258-
href="/how-it-works"
257+
<a
258+
href="https://docs.aibtc.com/how-aibtc-works"
259259
className="text-sm font-medium text-foreground/80 hover:text-foreground transition-colors duration-200"
260+
target="_blank"
260261
>
261262
How it works
262-
</Link>
263+
</a>
263264
<Link
264265
href="/aibtc-charter"
265266
className="text-sm font-medium text-foreground/80 hover:text-foreground transition-colors duration-200"

src/components/aidaos/RootDAOPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ export function RootDAOPage({ children, daoName }: RootDAOPageProps) {
482482
</div>
483483
<div className="flex items-center gap-2">
484484
<span className="font-bold">Rewards:</span>
485-
<span className="font-medium">$500</span>
485+
<span className="font-medium">$3,630</span>
486486
</div>
487487
</div>
488488
</div>

0 commit comments

Comments
 (0)