Skip to content

Commit 633ce6a

Browse files
author
Anton Stefer
committed
fix: remove hobby/sport value overlaps, fix sport compatibility
Replace sport-adjacent hobbies (Running, Chess, Cooking, Hiking) with clearly distinct activities (Photography, Origami, Pottery, Woodwork). Replace sports that don't work with "plays" (Boxing, Skiing) with Baseball, Basketball.
1 parent 5b25f1f commit 633ce6a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/logic-grid/src/generator.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ const DEFAULT_CATEGORIES: Category[] = [
6767
values: [
6868
"Reading",
6969
"Painting",
70-
"Cooking",
71-
"Running",
72-
"Chess",
73-
"Gardening",
74-
"Hiking",
7570
"Knitting",
71+
"Gardening",
72+
"Photography",
73+
"Origami",
74+
"Pottery",
75+
"Woodwork",
7676
],
7777
},
7878
{
@@ -85,11 +85,11 @@ const DEFAULT_CATEGORIES: Category[] = [
8585
"Soccer",
8686
"Tennis",
8787
"Golf",
88-
"Boxing",
88+
"Baseball",
8989
"Rugby",
9090
"Cricket",
9191
"Hockey",
92-
"Skiing",
92+
"Basketball",
9393
],
9494
},
9595
];

0 commit comments

Comments
 (0)