Skip to content

Commit

Permalink
Merge pull request #1740 from kleros/chore(web)/change-neo-to-beta
Browse files Browse the repository at this point in the history
chore: change neo tag to beta
  • Loading branch information
alcercu authored Nov 8, 2024
2 parents a63112f + 9960720 commit 280f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/layout/Header/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const CourtBadge: React.FC = () => {
const { text, color } = useMemo<{ text?: string; color?: keyof Theme }>(() => {
switch (getArbitratorType()) {
case ArbitratorTypes.neo:
return { text: "Neo", color: "paleCyan" };
return { text: "Beta", color: "paleCyan" };
case ArbitratorTypes.university:
return { text: "Uni", color: "limeGreen" };
}
Expand Down

0 comments on commit 280f17b

Please sign in to comment.