Skip to content

Commit

Permalink
fix: fixed name of Tic Tac Toe
Browse files Browse the repository at this point in the history
  • Loading branch information
RutvikGhaskataEalf committed Jan 7, 2025
1 parent 7431f50 commit 062c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/new-workspace-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function getLabel(value: string) {
return "Todo";

case "aelf-tictactoe":
return "Tic Tac Teo";
return "Tic Tac Toe";

case "aelf-expense":
return "Expense Tracker";
Expand Down

0 comments on commit 062c548

Please sign in to comment.