Skip to content

Commit

Permalink
revert hiding of the dropdown for the quick tour
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Feb 7, 2025
1 parent f64e0a0 commit 8a8bf94
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const SiteKitSetupWidget = ( {
];

return <Paper className="yst-grow yst-max-w-screen-sm yst-p-8 yst-shadow-md yst-relative yst-mt-6">
{ ! overAllCompleted && <DropdownMenu as="span" className="yst-absolute yst-top-4 yst-end-4">
<DropdownMenu as="span" className="yst-absolute yst-top-4 yst-end-4">
<DropdownMenu.IconTrigger screenReaderTriggerLabel={ __( "Open Site Kit widget dropdown menu", "wordpress-seo" ) } className="yst-float-end" />
<DropdownMenu.List className="yst-mt-6 yst-w-56">
<DropdownMenu.ButtonItem
Expand All @@ -89,7 +89,6 @@ export const SiteKitSetupWidget = ( {
</DropdownMenu.ButtonItem>
</DropdownMenu.List>
</DropdownMenu>
}

<div className="yst-flex yst-justify-center yst-mb-6 yst-mt-4"><YoastConnectSiteKit /></div>
<Stepper steps={ steps } currentStep={ currentStep }>
Expand Down

0 comments on commit 8a8bf94

Please sign in to comment.