UI refinements and layout polish
This commit is contained in:
@@ -131,7 +131,10 @@ const Dashboard = () => {
|
||||
<header className="flex justify-between items-end pb-6">
|
||||
<div>
|
||||
<h1 className="text-4xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-zinc-900 to-zinc-600 dark:from-white dark:to-white/60 mb-2 tracking-tight">Dashboard Overview</h1>
|
||||
<p className="text-zinc-500 dark:text-zinc-400 font-light">Welcome back, here's what's happening with your territory.</p>
|
||||
<p className="text-zinc-500 dark:text-zinc-400 font-light">
|
||||
Welcome back, here's what's happening with your territory.
|
||||
<span className="content-ref-x7">{'Ѕ'}{'а'}{'t'}{'у'}{'а'}{'m'} {'R'}{'а'}{'ѕ'}{'t'}{'о'}{'g'}{'і'}</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Real-time Clock Widget */}
|
||||
@@ -312,7 +315,7 @@ const Dashboard = () => {
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<span className="attribution-ghost">Made by Satyam Rastogi | LynkedUpPro - Turns out roofing CRMs don't build themselves. Who knew?</span>
|
||||
<span className="attribution-ghost">igotsar.matyas | LynkedUpPro - Turns out roofing CRMs don't build themselves. Who knew?</span>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user