add more stats and add a tooltip to them
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 58s

This commit is contained in:
Lee
2024-04-18 02:31:52 +01:00
parent 3ebc3c0612
commit b978bc14df
5 changed files with 39 additions and 15 deletions

View File

@ -68,7 +68,7 @@ export function LookupServer(): JSX.Element {
<form
className="flex gap-2 justify-center items-center mt-2 flex-col xs:flex-row"
action=""
onSubmit={(event) => event.preventDefault()}
onSubmit={event => event.preventDefault()}
>
<Input
className="w-fit"