Skip to content

Commit 0d20f30

Browse files
author
Andrés Blanco
committed
add hosting badge
1 parent de6a282 commit 0d20f30

File tree

1 file changed

+4
-1
lines changed
  • client/landing/stepper/declarative-flow/internals/steps-repository/site-migration-instructions

1 file changed

+4
-1
lines changed

client/landing/stepper/declarative-flow/internals/steps-repository/site-migration-instructions/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,10 @@ const SiteMigrationInstructions: StepType< {
260260
}
261261
>
262262
{ migrationInstructions }
263-
<SitePreview />
263+
<>
264+
{ showHostingBadge && <HostingBadge hostingName={ hostingDetails.name } /> }
265+
<SitePreview />
266+
</>
264267
</FixedColumnOnTheLeftLayout>
265268
</>
266269
);

0 commit comments

Comments
 (0)