検索モードの追加

This commit is contained in:
harukin-expo-dev-env
2025-07-15 02:56:29 +00:00
parent 3dc5f52333
commit e6adf775bb
5 changed files with 91 additions and 40 deletions

View File

@@ -104,7 +104,7 @@ export const CarouselBox = ({
}}
>
<Text style={{ color: "#0099CC", fontSize: 20 }}>
{!!isSearchMode ? "路線検索モードです。上に並んでいる路線を選んでみましょう!" :stationListMode == "position"
{!!isSearchMode ? "路線検索モードです。入力欄に駅名やナンバリングを入力したり、上に並んでいる路線を選んでみましょう!" :stationListMode == "position"
? "現在地の近くに駅がありません。"
: "お気に入りリストがありません。お気に入りの駅を追加しよう!"}
</Text>