reponsived the website and login fix done

This commit is contained in:
2026-07-21 16:26:45 +05:30
parent 407574d62a
commit f62668e54e
16 changed files with 11203 additions and 11193 deletions

View File

@@ -155,7 +155,7 @@ export default function DashboardView({ searchQuery, tenantId = FIESTA_TENANT_ID
Live Core
</span>
</h1>
<p className="text-slate-300 font-sans text-sm mt-2 leading-relaxed whitespace-nowrap">
<p className="text-slate-300 font-sans text-sm mt-2 leading-relaxed">
Month-to-date order operations for <strong className="text-white font-semibold">{tenantName}</strong>, pulled live from the API.
</p>
@@ -202,7 +202,7 @@ export default function DashboardView({ searchQuery, tenantId = FIESTA_TENANT_ID
)}
{/* KPI cards — all live from getordersummary / getinvoiceinsight */}
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-gutter">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 sm:gap-gutter">
{kpis.map((kpi) => {
const Icon = kpi.icon;
return (