fix(login): update xGat3 button link to /wg-public
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b49bcf90cb
commit
1b97b8b0ad
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ export default function Login() {
|
||||||
<div className="text-center text-secondary mt-3">{getVersion()}</div>
|
<div className="text-center text-secondary mt-3">{getVersion()}</div>
|
||||||
<div className="text-center mt-3">
|
<div className="text-center mt-3">
|
||||||
<a
|
<a
|
||||||
href={`http://${window.location.hostname}`}
|
href={`${window.location.origin}/wg-public`}
|
||||||
className="btn btn-outline-secondary btn-sm"
|
className="btn btn-outline-secondary btn-sm"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue