We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c61d3d commit f3b5032Copy full SHA for f3b5032
1 file changed
src/app/application-layout.tsx
@@ -254,12 +254,13 @@ export default function ApplicationLayout({
254
255
{/* Right Section - Navigation Links, BTC Balance Dropdown & Auth Button */}
256
<div className="flex items-center gap-6 relative z-10 justify-end">
257
- <Link
258
- href="/how-it-works"
+ <a
+ href="https://docs.aibtc.com/how-aibtc-works"
259
className="text-sm font-medium text-foreground/80 hover:text-foreground transition-colors duration-200"
260
+ target="_blank"
261
>
262
How it works
- </Link>
263
+ </a>
264
<Link
265
href="/aibtc-charter"
266
0 commit comments