SEction 2 part 2

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-03 04:39:06 +00:00
parent 94d37a0d84
commit 935c7234b1
11 changed files with 1424 additions and 44 deletions

View File

@@ -344,7 +344,7 @@ export default function SiteDashboard() {
</Button>
<Button
onClick={() => navigate(`/sites/${siteId}/publishing-queue`)}
onClick={() => navigate(`/publisher/content-calendar`)}
variant="ghost"
tone="neutral"
className="flex items-center gap-4 p-6 rounded-xl border-2 border-gray-200 bg-white hover:border-amber-500 hover:shadow-lg transition-all group h-auto justify-start"
@@ -353,8 +353,8 @@ export default function SiteDashboard() {
<ClockIcon className="h-6 w-6" />
</div>
<div className="flex-1 text-left">
<h4 className="font-semibold text-gray-900 mb-1">Publishing Queue</h4>
<p className="text-sm text-gray-600">View scheduled content</p>
<h4 className="font-semibold text-gray-900 mb-1">Content Calendar</h4>
<p className="text-sm text-gray-600">Schedule and manage content publishing</p>
</div>
<ArrowRightIcon className="h-5 w-5 text-gray-400 group-hover:text-warning-500 transition" />
</Button>