Skip to content

Commit

Permalink
chore: change neo tag to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Nov 7, 2024
1 parent a63112f commit 9960720
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 9960720

Please sign in to comment.