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

Commit f3b5032

Browse files
authored
Change 'How it works' link to external URL
Updated the 'How it works' link to point to an external documentation site.
1 parent 9c61d3d commit f3b5032

1 file changed

Lines changed: 4 additions & 3 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"

0 commit comments

Comments
 (0)