From 565a30e246a07b41a81a62f68a94ab8e669a5594 Mon Sep 17 00:00:00 2001 From: v0 Date: Wed, 4 Feb 2026 16:08:51 +0000 Subject: [PATCH] feat: add GitHub link button in top-right corner Use lucide-react Github icon and open repo page in new tab Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- app/page.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/page.tsx b/app/page.tsx index b84b913..7f1e990 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -27,6 +27,7 @@ import { Monitor, Languages, Check, + Github, } from "lucide-react" import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" @@ -657,6 +658,22 @@ export default function TwoFactorAuth() {
+ +