From 2b3900777995e9df180afccc309f5dd78e7b702d Mon Sep 17 00:00:00 2001 From: Polaris Date: Wed, 21 Aug 2024 14:11:07 -0400 Subject: [PATCH] changed upscore to new --- components/scoreplaylog/colums.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/scoreplaylog/colums.tsx b/components/scoreplaylog/colums.tsx index 041b9a1..00a3422 100644 --- a/components/scoreplaylog/colums.tsx +++ b/components/scoreplaylog/colums.tsx @@ -72,7 +72,7 @@ export const columns: ColumnDef[] = [ }, { accessorKey: "isNew", - header: "Up Score", + header: "New", cell: ({ row }) => (
{row.original.isNewRecord && New!!}