SEction 2 part 2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user