We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a63112f + 9960720 commit 280f17bCopy full SHA for 280f17b
web/src/layout/Header/Logo.tsx
@@ -35,7 +35,7 @@ const CourtBadge: React.FC = () => {
35
const { text, color } = useMemo<{ text?: string; color?: keyof Theme }>(() => {
36
switch (getArbitratorType()) {
37
case ArbitratorTypes.neo:
38
- return { text: "Neo", color: "paleCyan" };
+ return { text: "Beta", color: "paleCyan" };
39
case ArbitratorTypes.university:
40
return { text: "Uni", color: "limeGreen" };
41
}
0 commit comments