Skip to content

Commit 17dfb93

Browse files
committed
Update the button of Manage P2s
1 parent dd92b8b commit 17dfb93

File tree

1 file changed

+2
-2
lines changed
  • client/dashboard/sites/site-delete-modal

1 file changed

+2
-2
lines changed

client/dashboard/sites/site-delete-modal/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ function SiteDeleteWarningContent( { site, onClose }: { site: Site; onClose: ()
9090

9191
if ( p2HubP2Count ) {
9292
return (
93-
<Button variant="primary" href="/sites">
94-
{ __( 'Manage sites' ) }
93+
<Button variant="primary" href={ site.URL }>
94+
{ __( 'Manage P2s' ) }
9595
</Button>
9696
);
9797
}

0 commit comments

Comments
 (0)