Skip to content

Commit

Permalink
Merge pull request #336 from newfold-labs/update/what-next-hostgator
Browse files Browse the repository at this point in the history
Remove image for the third nav tab for BR
  • Loading branch information
arunshenoy99 authored Oct 17, 2023
2 parents bd13a90 + 3062697 commit c1aeef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/OnboardingSPA/steps/GetStarted/Welcome/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
}

.tab-text {
min-height: 228px;
padding-right: 10px;
font-size: clamp(0.88rem, 0.45rem + 0.76vw, 1.13rem);
line-height: 1.6;
Expand Down
1 change: 1 addition & 0 deletions src/OnboardingSPA/steps/WhatNext/contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const getContents = ( brandName, brandSlug ) => {
'From beginner to advanced, you have a partner to trust. Our support works when you work. Also count on various help materials on YouTube, blog and Knowledge Base.',
'wp-module-onboarding'
);
contents.tabs[ 2 ].imgType = '';
}

return contents;
Expand Down

0 comments on commit c1aeef9

Please sign in to comment.