Skip to content

Commit

Permalink
🪟 🔧 Change wording of Free Connector Program CTA (#6445)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizel852 committed May 10, 2023
1 parent fd1c287 commit 803dc8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,8 @@
}

.enrollLink {
all: unset;
text-decoration: underline;
cursor: pointer;
padding: 0;
color: colors.$dark-blue;
border: none;
background-color: transparent;
font-size: inherit;

&:hover,
&:active {
color: colors.$blue;
}
}

.freeText {
color: colors.$blue;
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,9 @@ export const InlineEnrollmentCallout: React.FC<InlineEnrollmentCalloutProps> = (
text={
<Text size="sm">
<FormattedMessage
id="freeConnectorProgram.youCanEnroll"
id="freeConnectorProgram.joinTheFreeConnectorProgram"
values={{
enrollLink: (content: React.ReactNode) => <EnrollLink>{content}</EnrollLink>,
freeText: (content: React.ReactNode) => (
<Text as="span" size="sm" bold className={styles.freeText}>
{content}
</Text>
),
}}
/>
</Text>
Expand Down
2 changes: 1 addition & 1 deletion airbyte-webapp/src/packages/cloud/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"freeConnectorProgram.enrollmentModal.enrollButtonText": "Enroll now!",
"freeConnectorProgram.enrollmentModal.unvalidatedEmailButtonText": "Resend email validation",
"freeConnectorProgram.releaseStageBadge.free": "Free",
"freeConnectorProgram.youCanEnroll": "You can <enrollLink>enroll</enrollLink> in the <b>Free Connector Program</b> to use Alpha and Beta connectors for <freeText>free</freeText>.",
"freeConnectorProgram.joinTheFreeConnectorProgram": "Join the <b>Free Connector Program</b> to use Alpha and Beta connectors for free <enrollLink>Enroll now</enrollLink>",

"experiment.speedyConnection": "<link>Set up your first connection</link> in the next <timer></timer> and get <b>100 additional credits</b> for your trial",

Expand Down

0 comments on commit 803dc8b

Please sign in to comment.