site cotnent staus fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user