Skip to content

Commit 280f17b

Browse files
authored
Merge pull request #1740 from kleros/chore(web)/change-neo-to-beta
chore: change neo tag to beta
2 parents a63112f + 9960720 commit 280f17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layout/Header/Logo.tsx

+1-1
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)