show warning regardless of server count

This commit is contained in:
ppc
2024-08-21 21:15:44 +01:00
parent 92b5175076
commit 0351dc7f86
+2
View File
@@ -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>