mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
disable server name selection
This commit is contained in:
@@ -69,7 +69,7 @@ function ServerList(props: { servers: AimeServer[] | undefined }) {
|
||||
<Card>
|
||||
<div className="flex p-6 items-center gap-3">
|
||||
<div className="flex-grow flex flex-col gap-4">
|
||||
<h4 className="text-2xl font-semibold">{s.name}</h4>
|
||||
<h4 className="text-2xl font-semibold select-none">{s.name}</h4>
|
||||
<div className="text-md flex gap-3 flex-wrap">
|
||||
{s.lastConnected > 0 && (
|
||||
<div className="flex items-center gap-2 text-gray-500">
|
||||
|
||||
Reference in New Issue
Block a user