diff --git a/apps/scouting/frontend/src/strategy/GeneralDataTable.tsx b/apps/scouting/frontend/src/strategy/GeneralDataTable.tsx index be68ef2..38b6e56 100644 --- a/apps/scouting/frontend/src/strategy/GeneralDataTable.tsx +++ b/apps/scouting/frontend/src/strategy/GeneralDataTable.tsx @@ -97,10 +97,10 @@ export const GeneralDataTable: React.FC = ({ ), }), - createColumn("shot", "text-slate-300 font-medium"), createColumn("scored", "text-emerald-400 font-bold"), createColumn("missed", "text-rose-500/90 font-medium"), createColumn("passed", "text-orange-400 font-medium"), + createColumn("shot", "text-slate-300 font-medium"), ], [gameTime], );