Skip to content

Commit b10453e

Browse files
hallelx2claude
andcommitted
fix: link GitHub button to repo, trigger Pages redeploy with VITE_RELAY_URL
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 829542d commit b10453e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

apps/web/src/components/Nav.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ export function Nav() {
2626
</div>
2727

2828
<div className="flex items-center gap-6 border-l border-white/10 pl-8 ml-2">
29-
<button
30-
type="button"
31-
className="text-neutral-400 hover:text-white transition-all text-sm font-bold font-body"
29+
<a
30+
href="https://github.com/hallelx2/bridgehook"
31+
target="_blank"
32+
rel="noopener noreferrer"
33+
className="text-neutral-400 hover:text-white transition-all text-sm font-bold font-body no-underline"
3234
>
3335
GitHub
34-
</button>
36+
</a>
3537
<a
3638
href="#/dashboard"
3739
className="bg-white text-black px-6 py-2 rounded-full font-bold transition-all hover:scale-105 active:scale-95 shadow-[0_0_20px_rgba(255,255,255,0.2)] font-headline no-underline"

0 commit comments

Comments
 (0)