Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A4A > Agency Tier: minor text fixes #95548

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const getTierBenefits = ( translate: ( key: string ) => string ): Benefit[] => [
'Agency dash for streamlined client billing, program and product management, and free agency site on WordPress.com or Pressable*.'
),
features: [
translate( 'Agency partners receive free WordPress.com and Pressable site.' ),
translate( 'Pro partners receive free WordPress.com and Pressable site.' ),
translate( 'Agency partners receive a free WordPress.com and a Pressable site.' ),
translate( 'Pro partners receive a free WordPress.com and a Pressable site.' ),
],
isComingSoon: true,
availableTiers: [ 'emerging-partner', 'agency-partner', 'pro-agency-partner' ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function AgencyTierOverview() {
<div
key={ tier }
className={ clsx( 'agency-tier-overview__benefit-card-item', {
'opacity-50': ! isCurrentTier,
'is-opacity-50': ! isCurrentTier,
} ) }
>
<div className="agency-tier-overview__benefit-card-item-icon">
Expand Down
2 changes: 1 addition & 1 deletion client/a8c-for-agencies/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,6 @@ html {
}
}

.opacity-50 {
.is-opacity-50 {
opacity: 0.5;
}
Loading