Skip to content

Commit e659f66

Browse files
authored
Merge pull request #102 from soranjiro/fix/home-design-update-20260118
fix: reorder sauna-rally theme and update phrases for clarity
2 parents bebc90a + 1ac0ba4 commit e659f66

5 files changed

Lines changed: 622 additions & 92 deletions

File tree

apps/web/src/lib/themes/index.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,29 @@ const THEME_CATALOG: Array<{
5555
description: "RPG風マップ表示",
5656
phrase: "RPGデザイン",
5757
},
58-
{
59-
id: "sauna-rally",
60-
name: "サウナスタンプラリー",
61-
description: "サウナ旅を記録",
62-
phrase: "サウナ巡り",
63-
},
6458
{
6559
id: "map-only",
6660
name: "Map Only",
6761
description: "地図のみを表示",
68-
phrase: "地図で計画",
62+
phrase: "地図での計画",
6963
},
7064
{
7165
id: "mapbox-journey",
7266
name: "Mapbox Journey",
7367
description: "3D地図・グローブ表示",
74-
phrase: "世界旅行",
68+
phrase: "Mapboxでの旅",
7569
},
7670
{
7771
id: "ai-generated",
7872
name: "AI Generated",
7973
description: "purple",
80-
phrase: "ユニーク計画",
74+
phrase: "AI生成デザイン",
75+
},
76+
{
77+
id: "sauna-rally",
78+
name: "サウナスタンプラリー",
79+
description: "サウナ旅を記録",
80+
phrase: "サウナ巡り",
8181
},
8282
];
8383

0 commit comments

Comments
 (0)