Skip to content

Commit e04d3f8

Browse files
committed
MPP-4203-free-onboarding-flow-issues-mobile
1 parent 569142d commit e04d3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/dashboard/FreeOnboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export const FreeOnboarding = (props: Props) => {
268268
<LinkButton
269269
ref={nextStepTwoButtonRef}
270270
target="_blank"
271-
className={`is-hidden-with-addon ${styles["get-addon-button"]}`}
271+
className={`is-hidden-with-addon`}
272272
onClick={finish}
273273
>
274274
{l10n.getString("profile-free-onboarding-addon-finish")}

0 commit comments

Comments
 (0)