Skip to content

Commit 9960720

Browse files
committed
chore: change neo tag to beta
1 parent a63112f commit 9960720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layout/Header/Logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const CourtBadge: React.FC = () => {
3535
const { text, color } = useMemo<{ text?: string; color?: keyof Theme }>(() => {
3636
switch (getArbitratorType()) {
3737
case ArbitratorTypes.neo:
38-
return { text: "Neo", color: "paleCyan" };
38+
return { text: "Beta", color: "paleCyan" };
3939
case ArbitratorTypes.university:
4040
return { text: "Uni", color: "limeGreen" };
4141
}

0 commit comments

Comments
 (0)