This commit is contained in:
yotakii
2026-03-16 13:01:30 +03:00
parent 03dea2e52b
commit ba33072d95
2 changed files with 2 additions and 2 deletions

View File

@@ -1113,7 +1113,7 @@ function CRMContent() {
</div> </div>
</div> </div>
)} )}
{/* Lose Dialog */} {/* Lose Dialog */}
{showLoseDialog && selectedDeal && ( {showLoseDialog && selectedDeal && (
<div className="fixed inset-0 z-50 overflow-y-auto"> <div className="fixed inset-0 z-50 overflow-y-auto">

View File

@@ -145,7 +145,7 @@ function DashboardContent() {
<Building2 className="h-8 w-8 text-white" /> <Building2 className="h-8 w-8 text-white" />
</div> </div>
<div> <div>
<h1 className="text-2xl font-bold text-gray-900">Z.CRM</h1> <h1 className="text-2xl font-bold text-gray-900">ATMATA</h1>
<p className="text-sm text-gray-600">نظام إدارة علاقات العملاء</p> <p className="text-sm text-gray-600">نظام إدارة علاقات العملاء</p>
</div> </div>
</div> </div>