mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 00:22:37 +00:00
remove old/new server p in connections
This commit is contained in:
parent
f5e6dc83d5
commit
bfea6befab
1 changed files with 0 additions and 6 deletions
|
|
@ -157,12 +157,6 @@ function BackendEdit({ backendUrl, setBackendUrl }: BackendEditProps) {
|
||||||
<Divider marginClass="my-6 px-8 box-content -mx-8" />
|
<Divider marginClass="my-6 px-8 box-content -mx-8" />
|
||||||
<p className="text-white font-bold mb-3">
|
<p className="text-white font-bold mb-3">
|
||||||
{t("settings.connections.server.urlLabel")}
|
{t("settings.connections.server.urlLabel")}
|
||||||
<p className="font-medium text-type-link">
|
|
||||||
New default server: https://server.fifthwit.tech
|
|
||||||
</p>
|
|
||||||
<p className="font-medium text-type-secondary">
|
|
||||||
Old default server: https://server.vidbinge.com
|
|
||||||
</p>
|
|
||||||
</p>
|
</p>
|
||||||
<AuthInputBox
|
<AuthInputBox
|
||||||
onChange={setBackendUrl}
|
onChange={setBackendUrl}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue