We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569142d commit e04d3f8Copy full SHA for e04d3f8
frontend/src/components/dashboard/FreeOnboarding.tsx
@@ -268,7 +268,7 @@ export const FreeOnboarding = (props: Props) => {
268
<LinkButton
269
ref={nextStepTwoButtonRef}
270
target="_blank"
271
- className={`is-hidden-with-addon ${styles["get-addon-button"]}`}
+ className={`is-hidden-with-addon`}
272
onClick={finish}
273
>
274
{l10n.getString("profile-free-onboarding-addon-finish")}
0 commit comments