diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2025-04-14 14:37:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-14 14:37:44 -0700 |
| commit | 6ad0c786a3e53f437e24ae7eb92e69648ca8751c (patch) | |
| tree | 640d284518ed405d6f88d0ac7dec13e42d7118da | |
| parent | deee9e021a62b8a7d1d4d57bc052289b68c0f106 (diff) | |
fix: github link
| -rw-r--r-- | site/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/App.tsx b/site/src/App.tsx index 1a72ed0..454041d 100644 --- a/site/src/App.tsx +++ b/site/src/App.tsx @@ -223,7 +223,7 @@ const App: React.FC = () => { </a> </div> <div className="flex justify-center space-x-4"> - <a href="https:/github.com/pinapelz/vtuber-captcha" className="hover:text-pink-600 transition-colors"> + <a href="https://github.com/pinapelz/vtuber-captcha" className="hover:text-pink-600 transition-colors"> GitHub </a> </div> |
