fixed fonts
هذا الالتزام موجود في:
@@ -619,7 +619,7 @@ export default function DashboardGrid() {
|
||||
hoveredIndex={hoverState.cardId === card.title ? hoverState.ringIndex : null}
|
||||
onHover={(index) => handleRingHover(card.title, index)}
|
||||
/>
|
||||
<div className={`mt-1 font-bold text-lg text-center ${card.faded ? "text-gray-400" : "text-gray-900"}`}>
|
||||
<div className={`mt-1 font-semibold text-lg text-center ${card.faded ? "text-gray-400" : "text-gray-900"}`}>
|
||||
{card.title}
|
||||
</div>
|
||||
{/* Tags */}
|
||||
@@ -677,7 +677,7 @@ export default function DashboardGrid() {
|
||||
>
|
||||
<ArrowLeft className="w-5 h-5 text-gray-600" />
|
||||
</button>
|
||||
<h1 className="text-xl font-bold text-gray-900">{card.title}</h1>
|
||||
<h1 className="text-xl font-semibold text-gray-900">{card.title}</h1>
|
||||
</div>
|
||||
{/* <button
|
||||
onClick={() => handleMenuClick(card.title)}
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم