Make city clicks update homepage focus

This commit is contained in:
2569718930@qq.com
2026-04-22 23:24:20 +08:00
parent 786e9bba99
commit 4bab7d1138
4 changed files with 14 additions and 3 deletions
@@ -280,7 +280,7 @@ function OpportunityStrip({ snapshots }: { snapshots: CitySnapshot[] }) {
key={city.name}
type="button"
className="opportunity-card"
onClick={() => void store.selectCity(city.name)}
onClick={() => void store.focusCity(city.name)}
>
<span className={clsx("opportunity-risk-dot", String(tier || "other"))} />
<span className="opportunity-city">{city.display_name}</span>