File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
codebenders-dashboard/app/courses Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ function PassRate({ value }: { value: number }) {
8888
8989function GatewayTypeLabel ( { type } : { type : string | null } ) {
9090 if ( ! type ) return < span className = "text-muted-foreground text-xs" > —</ span >
91- if ( type === "math " ) return < span className = "text-xs font-medium text-blue-700" > Math Gateway</ span >
92- if ( type === "english " ) return < span className = "text-xs font-medium text-purple-700" > English Gateway</ span >
91+ if ( type === "M " ) return < span className = "text-xs font-medium text-blue-700" > Math Gateway</ span >
92+ if ( type === "E " ) return < span className = "text-xs font-medium text-purple-700" > English Gateway</ span >
9393 return < span className = "text-xs text-muted-foreground" > { type } </ span >
9494}
9595
You can’t perform that action at this time.
0 commit comments