Skip to content

Commit

Permalink
Set vendor string to 1oo-year-domains in the 100-year domain flow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardost committed Oct 2, 2024
1 parent 2471ea2 commit 18fbafa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/domain-picker/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ export function getDomainSuggestionsVendor(
if ( isDomainForGravatarFlow( options.flowName ) ) {
return 'gravatar';
}
if ( options.flowName === 'hundred-year-domain' ) {
return '100-year-domains';
}
if ( options.flowName === LINK_IN_BIO_FLOW ) {
return 'link-in-bio';
}
Expand Down

0 comments on commit 18fbafa

Please sign in to comment.