cleanup player page and update error page
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee
2023-10-22 03:34:10 +01:00
parent 574f265d01
commit 59fbad3b7c
6 changed files with 522 additions and 274 deletions

View File

@ -2,7 +2,7 @@ import clsx from "clsx";
type LabelProps = {
title: string;
value: string;
value: any;
className?: string;
};