updated search look for player and server page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
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 />
|
||||
<LookupServer currentPlatform={capitalizeFirstLetter(platform)} />
|
||||
</div>
|
||||
|
||||
{error && <ErrorCard message={error} />}
|
||||
|
Reference in New Issue
Block a user