mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
show warning regardless of server count
This commit is contained in:
@@ -50,7 +50,9 @@ function ServerList(props: { servers: AimeServer[] | undefined }) {
|
||||
if (!props.servers.length) {
|
||||
return (
|
||||
<>
|
||||
<HttpsMixedModeRequestWarning/>
|
||||
<ServerAddForm/>
|
||||
|
||||
<div className="flex flex-col gap-2 items-center text-gray-500 pt-6 pb-5">
|
||||
<Earth className="h-8 w-8"/>
|
||||
<span className="text-center">No servers found. Add one above!</span>
|
||||
|
||||
Reference in New Issue
Block a user