Fixed discord invite through proxy
This commit is contained in:
parent
c27ccc043c
commit
d636022898
1 changed files with 5 additions and 1 deletions
|
|
@ -28,7 +28,11 @@ export function DiscordPage() {
|
|||
</button>
|
||||
</a>
|
||||
<a
|
||||
href="/~/uv/https%3A%2F%2Fdiscord.com%2Finvite%2Funblocker"
|
||||
onClick={() => {
|
||||
window.location.href =
|
||||
window.__uv$config.prefix +
|
||||
window.__uv$config.encodeUrl("https://discord.gg/unblocker");
|
||||
}}
|
||||
className="p-6"
|
||||
>
|
||||
<button className="font-roboto h-14 w-56 rounded-2xl border border-input-border-color bg-input p-2 text-center text-xl text-input-text focus:outline-none">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue