Skip to content

Commit

Permalink
remove image for 3rd tab in what next
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Oct 17, 2023
1 parent 4086c7f commit 3062697
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 3062697

Please sign in to comment.