diff --git a/apps/web/app/[locale]/(public)/layout.tsx b/apps/web/app/[locale]/(public)/layout.tsx index cb91945..c63fea0 100644 --- a/apps/web/app/[locale]/(public)/layout.tsx +++ b/apps/web/app/[locale]/(public)/layout.tsx @@ -95,9 +95,9 @@ export default function PublicLayout({ children }: { children: React.ReactNode } ]; return ( -
+
{/* Ticker strip — biến động 7d top 8 quận */} -
+
+
{/* 1. TickerStrip — sticky top, z-45, h=32 */} -
+
-
+
{/* 2. KPI Strip */} @@ -601,6 +601,6 @@ export default function MarketDashboardPage() {
- +
); }