Skip to content

Commit

Permalink
Partner Directory: Update links and statuses for approved directories (
Browse files Browse the repository at this point in the history
  • Loading branch information
vitozev authored Sep 2, 2024
1 parent 8cd8f52 commit b723e6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,8 @@ const PartnerDirectoryDashboard = () => {
<div className="partner-directory-dashboard__completed-section">
<div className="partner-directory-dashboard__heading">
{ translate(
'Thank you! You’ll be notified when the partner directory is live.',
'Thank you! You’ll be notified when the partner directories are live.',
// todo: Once the partner directory are live use the copy below:
//'Congratulations! Your agency is now listed in our partner directory.',
//'Congratulations! Your agency is now listed in our partner directories.',
'Congratulations! Your agency is now listed in our partner directory.',
'Congratulations! Your agency is now listed in our partner directories.',
{
count: directoryApplicationStatuses.filter( ( { key } ) => key === 'approved' )
.length,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ export const getBrandMeta = ( brand: string, agency?: Agency | null ): BrandMeta
className: 'partner-directory-dashboard__woo-icon',
url: 'https://woocommerce.com/development-services/',
urlProfile: `https://woocommerce.com/development-services/${ agencySlug }/${ agencyId }`,
isAvailable: false,
isAvailable: true,
};
case 'Pressable.com':
return {
brand: brand,
icon: <img src={ pressableIcon } alt="" />,
url: 'https://pressable.com/development-services/',
urlProfile: `https://pressable.com/development-services/${ agencySlug }/${ agencyId }`,
isAvailable: false,
isAvailable: true,
};
case 'Jetpack.com':
return {
Expand Down

0 comments on commit b723e6d

Please sign in to comment.