This commit is contained in:
@ -116,7 +116,7 @@ export default async function Page({ params: { platform, hostname } }: Params):
|
||||
<h1 className="text-xl">Lookup a {invalidPlatform ? "" : capitalizeFirstLetter(platform)} Server</h1>
|
||||
<p>You can enter a server hostname to get information about the server.</p>
|
||||
|
||||
<LookupServer currentPlatform={capitalizeFirstLetter(platform)} />
|
||||
<LookupServer currentPlatform={platform.toLocaleLowerCase()} />
|
||||
</div>
|
||||
|
||||
{error && <ErrorCard message={error} />}
|
||||
|
Reference in New Issue
Block a user