Polish homepage focus card UI

This commit is contained in:
2569718930@qq.com
2026-04-23 01:58:49 +08:00
parent a0ea4740b9
commit 040313175f
2 changed files with 20 additions and 38 deletions
@@ -817,12 +817,6 @@ function HomeIntelligencePanel({ snapshots }: { snapshots: CitySnapshot[] }) {
</div>
) : null}
</div>
<div className="home-intraday-meta">
{trendChart.legendText ||
(locale === "en-US"
? "Intraday observations pending."
: "日内观测序列待补充。")}
</div>
</div>
) : null}