site cotnent staus fix

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-16 13:44:22 +00:00
parent 79bdf52856
commit e704ed8bcf
2 changed files with 19 additions and 4 deletions

View File

@@ -309,6 +309,16 @@ export default function SiteContentManager() {
</div>
</div>
<div className="flex gap-2 ml-4">
{item.external_url && (
<Button
variant="outline"
size="sm"
onClick={() => window.open(item.external_url, '_blank')}
title="View Live"
>
<GlobeIcon className="w-4 h-4" />
</Button>
)}
<Button
variant="outline"
size="sm"