fix stats for mobile on landing page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 57s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 57s
This commit is contained in:
@ -41,7 +41,7 @@ export function Stats(): ReactElement {
|
||||
const metrics = lastMessage !== null ? JSON.parse(lastMessage.data).metrics : undefined;
|
||||
|
||||
return (
|
||||
<div className="flex gap-4 flex-wrap justify-center">
|
||||
<div className="flex gap-2 flex-wrap justify-center">
|
||||
{stats.map((stat, index) => {
|
||||
const value = metrics ? metrics[stat.id] : "???";
|
||||
|
||||
|
Reference in New Issue
Block a user