fix(login): update xGat3 button link to /wg-public

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
xtcnet 2026-03-17 21:43:11 +07:00
parent b49bcf90cb
commit 1b97b8b0ad

View file

@ -200,7 +200,7 @@ export default function Login() {
<div className="text-center text-secondary mt-3">{getVersion()}</div>
<div className="text-center mt-3">
<a
href={`http://${window.location.hostname}`}
href={`${window.location.origin}/wg-public`}
className="btn btn-outline-secondary btn-sm"
target="_blank"
rel="noopener noreferrer"