changed tab bar to be mobile friendly and added next plays

This commit is contained in:
Polaris
2024-08-24 17:52:52 -04:00
parent bdcd73f91e
commit 7fa261669c
7 changed files with 224 additions and 11 deletions

View File

@ -66,7 +66,7 @@ export const columns: ColumnDef<chunithm>[] = [
switch (isSuccess) {
case 0:
isSuccessText = "Not Clear";
isSuccessText = " Clear";
break;
case 1:
isSuccessText = "Clear";