Update about.html
Add a target="_blank" to the github link to open it in a new tab (or window) instead of replacing the current Wireguard UI about page.
This commit is contained in:
parent
2fdafd34ca
commit
3064ec79a6
|
|
@ -63,7 +63,7 @@ About
|
|||
</div>
|
||||
<strong>Copyright ©
|
||||
<script>document.write(new Date().getFullYear())</script>
|
||||
<a href="https://github.com/ngoduykhanh/wireguard-ui">Wireguard UI</a>.
|
||||
<a href="https://github.com/ngoduykhanh/wireguard-ui" target="_blank">Wireguard UI</a>.
|
||||
</strong> All rights reserved.
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue