minor fixes
هذا الالتزام موجود في:
@@ -104,7 +104,7 @@ const CampaignTracker = ({ handleMenuClick }: { handleMenuClick: () => void }) =
|
||||
{/* Section Title and Progress */}
|
||||
<div className="flex items-center justify-between mb-1">
|
||||
<h3 className="text-sm font-semibold text-gray-900">
|
||||
{section.title}: {section.current} <span className="text-gray-400">/{section.total}</span>
|
||||
{section.title}: {section.current}<span className="text-gray-400">/{section.total}</span>
|
||||
</h3>
|
||||
<div className="flex gap-2">
|
||||
{section.icons.map((icon, iconIndex) => (
|
||||
|
||||
@@ -460,9 +460,9 @@ export default function DashboardGrid() {
|
||||
|
||||
<div className="flex flex-col px-2 sm:px-4">
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
<span className="text-xl sm:text-2xl font-bold">{value}</span>
|
||||
{extra && <span className="text-lg text-gray-400 ">{extra}</span>}
|
||||
<div className="flex items-center gap-1">
|
||||
<span className="text-xl sm:text-3xl font-semibold">{value}</span>
|
||||
{extra && <span className="text-lg text-gray-400 font-medium ">{extra}</span>}
|
||||
{tooltipText && <div className="relative w-[10%]"
|
||||
|
||||
onMouseEnter={() => {
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم